You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same probem, the hexadecimal keycodes of keys ENTER, SHIFT, CTRL etc... in Keyboard.h do not correspond to the character sent. However these hexadecimal key codes work when using the default keyboard library.
In https://github.com/matthgyver/Arduino-Keyboard-FR click where you see "master", just under the library title, then select "fix-issue-2" from the dropdown menu. You can now download the library code as a .zip with the green "<>code" button.
Keyboard.press(KEY_LEFT_GUI);
Keyboard.releaseAll();
delay(100);
Keyboard.print("windows security");
delay(100);
Keyboard.press(KEY_RETURN);
Keyboard.releaseAll();
Will output "windows security°°°°°°°°°°°" and never press enter, plus the shift key will stay enabled.
I already had thoses issues but i managed to reeduce delay time and it worked, iin this situation and for this function i cannot make it work
Tested on 3 different windows 10 device, all three reacting the same
The text was updated successfully, but these errors were encountered: