Keyboard layout
#3
First off - you should've just edited your own post!

What does the game say your locale is? (2nd line of log)
What results do you get when you run
xev|egrep "code|button"
and press the WASD-keys?! Here's what I get:
state 0x4010, keycode 25 (keysym 0x77, w), same_screen YES,
    state 0x4010, keycode 38 (keysym 0x61, a), same_screen YES,
    state 0x4010, keycode 39 (keysym 0x73, s), same_screen YES,
    state 0x4010, keycode 40 (keysym 0x64, d), same_screen YES,
If it doesn't match up with your keyboard-repsonses you will have to create your own keymap.cfg and put it into your game-home config/-directory (use the launcher to access your "personal files" (I think that's the menu term used)).
Thanks given by:


Messages In This Thread
Keyboard layout - by holodila - 13 Nov 10, 05:11PM
RE: Keyboard layout - by holodila - 13 Nov 10, 08:15PM
RE: Keyboard layout - by flowtron - 13 Nov 10, 09:35PM
RE: Keyboard layout - by holodila - 13 Nov 10, 10:15PM
RE: Keyboard layout - by Faron8 - 14 Nov 10, 12:14AM
RE: Keyboard layout - by flowtron - 14 Nov 10, 06:10PM