Skip to content

KeyboardVirtualKeys: PAUSE key break codes are ignored. #414

Description

@JacekRuzyczka

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions