https://bugs.winehq.org/show_bug.cgi?id=30853
Daniel Berger 3dk@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |3dk@protonmail.com
--- Comment #6 from Daniel Berger 3dk@protonmail.com --- I also tried using AltGr keycombinations in SCII on a German keyboard and it still doesn't work (wine version 2.0-rc3). To get around the issue, I simply rebound my AltGr key to work as Left Alt, using xmodmap:
$ xmodmap -e "keycode 108 = Alt_L"
To make the key AltGr again:
$ xmodmap -e "keycode 108 = ISO_Level3_Shift"
The change only lasts until reboot. Keycodes may differ from keyboard to keyboard, use
$ xev
to find out the necessary keycodes for the xmodmap command. I found practical info on how to use xmodmap at this askubuntu thread:
http://askubuntu.com/questions/296155/how-can-i-remap-keyboard-keys