-
Notifications
You must be signed in to change notification settings - Fork 97
All key commands don't work #186
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
Comments
cannot repro on latest master with latest rust stable. |
This seems to be related to an active num lock or caps lock. In this statement keymod is only checked for an empty value, which is not the case, if num lock is active. A work around would be to change |
Please fix this issue. Its very annoying and very non-intuitive. |
#287 already fixed the NUMMOD issue. If you think that navigationg with CAPSMOD is required, too, please reopen this issue. |
Uh oh!
There was an error while loading. Please reload this page.
None of the key commands work anymore.
keymod is always false:
https://github.com/googlecartographer/point_cloud_viewer/blob/master/sdl_viewer/src/lib.rs#L439
related to Rust-SDL2/rust-sdl2#580?
The text was updated successfully, but these errors were encountered: