http://bugs.winehq.org/show_bug.cgi?id=14180
Charles de Noyelle wine@spontex.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@spontex.org
--- Comment #3 from Charles de Noyelle wine@spontex.org 2008-07-07 16:06:21 --- I confirm the bug. If I just run wine with my french keyboard, and X like that :
Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection
All the tests have been made "cap locked"
1. Ctrl+1 -> saves unit as "1" (nothing visible, but see 3) 2. hitting "1" does NOT select unit 3. hitting alt+1 selects unit and centers it on screen.
You can fix "2" with the tip : "setxkbmap -model pc105 -layout us" which makes the game select unit as expected.