Posted 15 July 2015 - 09:59 PM
Windows 8 and 8.1 keyboards add some new key shortcuts. On my keyboard it's the home button, some mail button, the PC button, and the calculator button.
Right now, the only way to tell if these keys are run is to detect the event key_up with a parameter of 0.
However, all of the buttons yield this result, meaning it's impossible to detect a specific one of these buttons, and the detection is very shaky.
Can there be an easy to detect if these Windows 8 buttons are pressed on compatible machines?
Right now, the only way to tell if these keys are run is to detect the event key_up with a parameter of 0.
However, all of the buttons yield this result, meaning it's impossible to detect a specific one of these buttons, and the detection is very shaky.
Can there be an easy to detect if these Windows 8 buttons are pressed on compatible machines?