You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, does the key event arrive if you call SDL_SetWindowKeyboardGrab() on your window? Even if the keys are undefined, something might still be eating the key press before it reaches your app/game.
SDL release-3.2.4:
Tested on Ubuntu 24.04.1 LTS, Wayland, pressing LGUI+F3 or LGUI-i
Note: emacs-gtk says those keys are undefined, so not bound to the window manager.
Edit 1:
ks[SDL_SCANCODE_LGUI] is set when pressing CTRL+LGUI
The text was updated successfully, but these errors were encountered: