-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stuck keys cause strange behavior #24
Comments
Most likely F4, which zooms to the relevant area. Shift-F3 is impossible to test because it uses shift. |
Okay, this has disappeared for me, again for no obvious reason. I'm closing this unless it comes up again (which it probably will as soon as I close it :P ) |
Okay, I've narrowed this down to stuck keys. I recently had an issue in the game linked above where pressing "shift" would cause the view/menu to move up until the up arrow was pressed and released. After I pressed each of the function and number keys, the problem disappeared, so I think one of those keys had been pressed but hadn't been released. |
http://24.192.11.199:8080/playing/#
Pressing shift (just shift) zooms directly to a certain location. This means that < and > also don't work because they require pressing "shift" first. One possibility is that the JS keycode for Shift (16) is being translated to a function key at some point (F1-F4 and shift-F3 are the only hotkeys currently set up, so it's probably one of those)
The text was updated successfully, but these errors were encountered: