NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.38k stars 408 forks source link

MEDIA_PLAY_PAUSE not working #455

Open TERM4X opened 2 weeks ago

TERM4X commented 2 weeks ago

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 commented 2 weeks ago

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