http://bugs.winehq.org/show_bug.cgi?id=1981
Summary: LatinAmerican keyboard not mapping correctly on Fedora 1 Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: lquijano@hotpop.com
I'm using the default LatinAmerican keyboard installed with Fedora 1. It seems that the X server doesn't have the extra Altgr characters in the keyboard map (i.e.: '', '~', '`'). The file keyboard.c specifies those characters, so there is a mismatch (Wine ends up using the Spanish layout).
I'm submitting a patch to remove the extra chars. They are still recognized in notepad, but the X11DRV_KEYBOARD_DetectLayout shouldn't have any problems now.