I have a set customized keyboard bindings located in a plist file at ~/Library/KeyBindings/DefaultKeyBinding.Dict which works with Hex keys like..
"\UF729" = "moveToBeginningOfLine:"; /* Home */
or for "Non-Printable Key Codes", like so..
Backtab ( ⇧tab) \U0019
I'd like to add a new keyboard shortcut for the start dictation commands in Mountain lion, aka, ⌘⌘.
Is there such a code? Or is NSresponder making them up on the fly, other private magic, etc.?
