Open TERM4X opened 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?
I solved using "Consumer.write((ConsumerKeycode)MEDIA_PLAY_PAUSE)" with in the Setup() a "Consumer.begin()"
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?