Example with a French keyboad layout:
/bind q blahblah
On Linux/Mac: Press "q" to execute the bind.
On Windows: Press "a" to execute the bind.
Another problem is when the console toggle keysym is "`" or "~" but the translated character isn't. This causes a character to be printed to the console each time the console is toggled.
More problems (Windows-only):
- AltGr + key does not work (needed to get a ^ on French keyboards)
- Numpad doesn't work when typing, but works for binds
I tried fixing these problems last week. Unfortunately, I think we're stuck with them until ioq3 moves to SDL 1.3. Sorry about that. On the other hand, this is only a regression versus idq3 on Linux as far as I know.
Created attachment 2025[details]
Update to the sdl patch
I tested all 4 of these issues on Windows and Linux, with latest SDL 1.2. All are fixed except for the numpad bug, which is fixed by the attached patch.
Comment 4Zachary J. Slater
2009-03-31 03:24:15 EDT
Created attachment 2025 [details] Update to the sdl patch I tested all 4 of these issues on Windows and Linux, with latest SDL 1.2. All are fixed except for the numpad bug, which is fixed by the attached patch.
Created attachment 2027 [details] Amanieu is like Xzbit...