ezquake-source
ezquake-source copied to clipboard
BUG: In some moments, keyboard layout goes back to qwerty (using colemak on linux64)
(ezquake version 3.0.1-dev R4865 ............) (date of the source is 05-07-2016)
On startup, Colemak layout works fine, but when the connection window that asks whether to [j]oin or to [o]bserve etc... comes up, it's on qwerty mode.
Had several ocasions when then suddenly the console is only working in qwerty mode also, but can't yet figure out how it happened.
Small additional issue: i have the backspace function remapped to CapsLock (kind of a colemak default) and in ezQuake it doesn't work. no biggie but would be amazing to have it working.
Loving ezQ3 a lot so far <3 have a good day!
Thanks for reporting. At the moment we get all input in QWERTY/American layout, and then for console & messagemodes, we replace that key with the character corresponding to the keyboard layout (SDL2 sends two different events). So I understand why it's not working for you, perhaps on dialog boxes we'd essentially have to ignore the first keypress and wait for the second event (the character pressed) to arrive.