All, Thanks in advance for this. I am currently writing a mini-application for OSX in Objective C which reads from a Card Reader and runs against an API.
The Card Reader acts as a HID Device (i.e. Keyboard) and just types. I have setup Register HotKeys in Objective C to listen to keystrokes (i.e. % symbol to start, and ; to end, plus 0-9 numbers). However this listens on all keyboards, meaning the %, ; and 0-9 Keys are useless.
Is there a way in Objective C that you can determine the keyboard used when registering HotKeys, or some way to make this work?
Cheers, Matt