Global key press event handler for OS X (Mac Os).
This is a fork that emits flags too, allowing you to identify if special keys like shift and command are pressed. Check this link for a list of supported flags.
npm i --save osx-global-keypress
See test.js example
Important: you need use "sudo" for running your js scripts which use osx-global-keypress module.
MIT © Dmitry Pavlovsky