Skip to content
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

print ° instead of enter, and shift key stay locked even when unplugging the leonardo #4

Open
Monsluxe opened this issue Jun 21, 2023 · 5 comments

Comments

@Monsluxe
Copy link

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

@nawakman
Copy link

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.

Have you made some progress on your own ?

@nawakman
Copy link

Got it, use the library from the fix-issue-2 branch

@Monsluxe
Copy link
Author

@nawakman thx alot bro, u got a link please ? im really not a PGM at github im afraid to take the wrong branch

@nawakman
Copy link

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.

@Monsluxe
Copy link
Author

thank you so much boss

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

2 participants