Here's what the Keycastr symbols mean:
| Symbol | Mac Key | Windows Equivalent |
|---|---|---|
| ␣ | Space | Space |
| ⌥ | Option | Alt |
| ↩︎ | Return | Enter |
| ⌘ | Command | Windows key |
| ⎋ | Esc. | Esc |
| ⇧ | Shift | Shift |
Here's what the Keycastr symbols mean:
| Symbol | Mac Key | Windows Equivalent |
|---|---|---|
| ␣ | Space | Space |
| ⌥ | Option | Alt |
| ↩︎ | Return | Enter |
| ⌘ | Command | Windows key |
| ⎋ | Esc. | Esc |
| ⇧ | Shift | Shift |
| IR Notifications* | |
| No Notifications | |
| fetch -> Notifications Queue | |
| Notifications Queue | |
| self dismiss current -> Has Notifications? | |
| dismiss current -> Has Notifications? | |
| follow current cta -> Customer Messenger | |
| fetch -> Has Notifications? | |
| Has Notifications? |
| let bla = 2; | |
| bla += 3; | |
| console.log(bla); |
| ######################### | |
| # .gitignore file for Xcode4 / OS X Source projects | |
| # | |
| # Version 2.0 | |
| # For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
| # | |
| # 2013 updates: | |
| # - fixed the broken "save personal Schemes" | |
| # | |
| # NB: if you are storing "built" products, this WILL NOT WORK, |