What can I use to read keyboard codes on Mac OS X?
- by cwd
I'm trying to debug some keyboard combinations and shortcuts in iTerm2 and am looking for a program to read keyboard codes.
Is there an app that I can run which will tell me the keyboard codes for the keys I'm pressing?
The thing that is prompting this is I'm trying to replicate the control+a / control+e behavior in iTerm2 of moving the cursor to the start / end of the line - but using the arrow keys, but I can't seem to figure out the right keycodes to do this.