I am looking to detect cmd+c in the keyUp event in Chrome OSX. I need a plain Javascript solution not relaying on external libraries.
I found this How does one capture a Mac's command key via JavaScript? but there is no clear solution to my requirements above..
If this can't be done, second best is to detect it in keyDown Chrome OSX.
Any help?