8000 MEDIA_PLAY_PAUSE not working · Issue #455 · NicoHood/HID · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MEDIA_PLAY_PAUSE not working #455

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
TERM4X opened this issue Nov 9, 2024 · 1 comment
Open

MEDIA_PLAY_PAUSE not working #455

TERM4X opened this issue Nov 9, 2024 · 1 comment

Comments

@TERM4X
Copy link
TERM4X commented Nov 9, 2024

I'm using the line of code
"NKROKeyboard.press(KeyboardKeycode(MEDIA_PLAY_PAUSE))"
and it dosen't trigger anything on windows or on the https://en.key-test.ru/ site.
Other keys, for example KEY_A works just fine.
Any tips?

@TERM4X
Copy link
Author
TERM4X commented Nov 9, 2024

I solved using
"Consumer.write((ConsumerKeycode)MEDIA_PLAY_PAUSE)"
with in the Setup() a
"Consumer.begin()"

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