-
Notifications
You must be signed in to change notification settings - Fork 10
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
Umlaut characters / Shifted keys / Emoji mapping? #165
Comments
Thanks! You are right, i never implemented shift/ctrl/alt handling in combination with a key event, because key events are for a single key. Or better, use the keyboard event "fplKeyboardEventType_Input" instead, then the mapping should work correctly. |
Thanks. That did the trick for me.
I started a question on StackOverflow, because I don't get any WM_xx message when I use the emoji keyboard, so keep this issue open, please. |
Hi,
awesome work you did!
When polling events, and pressing Shift+2, I get event.keyboard.keyCode = 50, which is '2'.
However, I was expecting the quote '"' 0x22 code, instead.
Did I do anything wrong?
Also, the emoji keyboard in Windows has no effect. Here's how to implement that, if it helps.
The text was updated successfully, but these errors were encountered: