When doing some tests with the KeyboardVirtualKeys sketch, I found out that the break code of the PAUSE key does not lead to any reaction, whereas the make code appatrntly does:
VK_PAUSE: ASCII = 0x00 DN [E1 14 77 E1 F0 14 F0 77 ]
This puzzles me a bit 'cause the KeyboardScanCodes sketch does register both the makecode, and the breakcode:
Does this issue has to do something with the special handling of the E1 code?