WootingKb / wooting-analog-sdk

Native support for Analog Keyboards #WootDev
Mozilla Public License 2.0
153 stars 20 forks source link

Issues with VirtualKey mode regarding PAUSE and NUM LOCK keys #54

Closed Sainan closed 1 year ago

Sainan commented 1 year ago

Two related issues:

The root cause here is that there is no PS/2 scancode for the PAUSE key* but it was mapped in as 0x0045, which is in fact the PS2/ scancode for NUM LOCK.

* although Windows reports it as being 0xE11D.