Pressing NUM LOCK results in the following warning being raised: "Couldn't map HID:83 to VirtualKey"
Pressing PAUSE results in VK_NUMLOCK being reported as pressed
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.
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.