8000 KeyboardVirtualKeys: PAUSE key break codes are ignored. · Issue #414 · fdivitto/FabGL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KeyboardVirtualKeys: PAUSE key break codes are ignored. #414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JacekRuzyczka opened this issue May 18, 2025 · 0 comments
Open

KeyboardVirtualKeys: PAUSE key break codes are ignored. #414

JacekRuzyczka opened this issue May 18, 2025 · 0 comments

Comments

@JacekRuzyczka
Copy link
JacekRuzyczka commented May 18, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0