I need to target virtual keys and determine when they were pressed with jQuery. Specifically the mute button.
I found these references, and notice that I need to target virtual keys, but have found no references on how to do so.
Mac: https://stackoverflow.com/a/16125341
Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
If jQuery isn't capable of this, are there any other suggestions?
Thanks.
ac.