guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
334 stars 22 forks source link

Problem with Power and WakeUp buttons #2

Closed forestrf closed 7 years ago

forestrf commented 7 years ago

The Power and WakeUp buttons of my keyboard are both detected as #255, and when assigned as a shortcut, Supr and they arrow keys also trigger them

Thank you

guilryder commented 7 years ago

255 (0xFF) isn't an officially supported key code, and looks like a special value. It suggests that the keyboard doesn't output standard key codes for Power and WakeUp, but relies on a custom driver to handle these keys. Clavier+ cannot do much about this, unfortunately.