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
On the Colemak keyboard layout, the usual Caps Lock key is mapped to Backspace. This remapping works on linux/wayland, but doesn't on windows (the keycode reports as SDLK_CAPSLOCK even though it should be SDLK_BACKSPACE).
The root cause of this is probably the following code, disallowing caps lock remapping:
On the Colemak keyboard layout, the usual Caps Lock key is mapped to Backspace. This remapping works on linux/wayland, but doesn't on windows (the keycode reports as
SDLK_CAPSLOCK
even though it should beSDLK_BACKSPACE
).The root cause of this is probably the following code, disallowing caps lock remapping:
SDL/src/video/windows/SDL_windowskeyboard.c
Lines 132 to 136 in 70e43c1
The text was updated successfully, but these errors were encountered: