Skip to content

Add: KEY_SCROLL_LOCK, KEY_PAUSE, KEY_MENU #373

Open
SohamJoshi25 wants to merge 1 commit into
T-vK:masterfrom
SohamJoshi25:master
Open

Add: KEY_SCROLL_LOCK, KEY_PAUSE, KEY_MENU #373
SohamJoshi25 wants to merge 1 commit into
T-vK:masterfrom
SohamJoshi25:master

Conversation

@SohamJoshi25

@SohamJoshi25 SohamJoshi25 commented Sep 14, 2025

Copy link
Copy Markdown

Hello,

I was using this library for my project ESP32-Keyboard but i found 3 Keys Missing ; Scroll Lock, Pause on keyboard (NOT Multimedia), and Menu.
This code was tested as i have build a keyboard using this same library, thankyou for that.

KEY_SCROLL_LOCK 0xCF ( 0x47 + 136 )
KEY_PAUSE 0xD0 ( 0x48 + 136 )
KEY_MENU 0xED ( 0x65 + 136 )

(136 offset because to differentiate non-printing key (not a modifier).

Best
Soham Joshi

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

Successfully merging this pull request may close these issues.

1 participant