[Bug 30853] Wine doesn’t alway =?UTF-8?Q?s=20handle=20?="right alt" properly

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 18 11:32:02 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=30853

Daniel Berger <3dk at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |3dk at protonmail.com

--- Comment #6 from Daniel Berger <3dk at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list