-
Notifications
You must be signed in to change notification settings - Fork 77
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
alt key modifier is not reported #46
Comments
more information: I print just like following: fn char_event(
|
about linux, after code reading, I think KEYSYMTAB(in keycodes.rs) should be enlarged to support special key event report |
Feel free to open a PR! |
OK, I will open one PR for not-fl3/miniquad |
when press ctrl + A, following is reported(don't understant \u{1a} means) on windows 10 OS
character='\u{1a}'
_keymods _repeat=KeyMods { shift: false, ctrl: true, alt: false, logo: false } false
when press alt+... nothing reported
but alt key is ok on linux ubuntu OS.
The text was updated successfully, but these errors were encountered: