http://bugs.winehq.org/show_bug.cgi?id=20610
Summary: xmodmap numpad realigning unrecognized by Wine Product: Wine Version: 1.1.32 Platform: PC URL: http://forum.winehq.org/viewtopic.php?t=6682 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: samyazza@gmail.com
Created an attachment (id=24584) --> (http://bugs.winehq.org/attachment.cgi?id=24584) What appears in the console when I launch a new game in WC3.
I have remapped the numpad keys using xmodmap to play Warcraft III, since some of the keyboard shortcuts cannot be changed from within the game. I wrote a simple script:
xmodmap -e "keycode 10 = KP_7" xmodmap -e "keycode 11 = KP_8" xmodmap -e "keycode 12 = KP_4" xmodmap -e "keycode 13 = KP_5" xmodmap -e "keycode 14 = KP_1" xmodmap -e "keycode 15 = KP_2"
wine 'Frozen Throne.exe' -opengl
xmodmap -e "keycode 10 = 1" xmodmap -e "keycode 11 = 2" xmodmap -e "keycode 12 = 3" xmodmap -e "keycode 13 = 4" xmodmap -e "keycode 14 = 5" xmodmap -e "keycode 15 = 6"
Running Warcraft with this script doesn't change anything though, except for several "fixmes" appearing in the console (log attached).
OS: Ubuntu 8.10 Wine version: wine-1.1.32
I know there's a bug with the whole keyboard controlled mouse cursor thingy in Ubuntu 8.10. I have that turned off, just as it should be, so it's not the issue.