FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

KeyboardVirtualKeys: PAUSE key break codes are ignored.

Open JacekRuzyczka opened this issue 5 months ago • 0 comments

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:

E1 
14 
77 
E1 
F0 14 
F0 77 

Does this issue has to do something with the special handling of the E1 code?

JacekRuzyczka avatar May 18 '25 16:05 JacekRuzyczka