Pressing Alt
+Caps Lock
will sometimes break the keyup event for Caps Lock
#4890
Labels
abandoned
Bug has been abandoned for various reasons
Alt+Caps Lock is the keyboard shortcut to switch to kana mode when using the Microsoft Japanese IME (on Windows).
When testing I used
SDL_SetHint(SDL_HINT_EVENT_LOGGING, "2")
andSDL_StartTextInput()
(to actually make the IME work and respond to keyboard shortcuts).Sample log output when the bug happens: (holdingAlt, and then tapping Caps Lock, then releasing Alt)
When it works as expected:
(doesn't seem to break when holding Alt, then pressing Caps Lock, releasing Alt, and only then releasing Caps Lock)
Other keyboard shortcuts include Shift+Caps Lock and Ctrl+Caps Lock, all changing the IME input mode in various way, all breaking the keyup event for Caps Lock.
The text was updated successfully, but these errors were encountered: