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

Key converted wrong on net5 console app #26

Open
BartNetJS opened this issue Dec 22, 2021 · 1 comment
Open

Key converted wrong on net5 console app #26

BartNetJS opened this issue Dec 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BartNetJS
Copy link

BartNetJS commented Dec 22, 2021

When i write keys i got a wrong output

image

The same with a string

I can see that it is depending on the keyboard.
I have an Belgium Azerty keyboard.
image
So when i send "0" i got the "&" instead, that is the key you got on an azerty keyboerd by default (for 0 i have to press the shift key)

@BartNetJS
Copy link
Author

Maybe you can have a look at this project: https://github.com/michaelnoonan/inputsimulator
This is using SendInput instead of keybd_event.
Also keybd_event is depreciated

@lucassklp lucassklp self-assigned this Dec 23, 2021
@lucassklp lucassklp added the bug Something isn't working label Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants