Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| Global hotkey stuff using carbon example code. | |
| What is OSX? What is Obj-c? Who am I? | |
| .h | |
| #import <Carbon/Carbon.h> | |
| .m |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer