I would like my application to receive a notification when a certain keyboard event happens (for example left alt-key depressed twice in less than 0.5 second). The application is not supposed to be the front application. How can I do this ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You'll need to install an event tap for modifier key changes. This ought to get you started:
|
|||||
|