http://bugs.winehq.org/show_bug.cgi?id=2651
Summary: bug when use "us international keyboard with deadkeys" with "Managed" = "N" and "Desktop" = "1024x768". Product: Wine Version: 20041201 Platform: PC OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: sirhamacker@vidy.com.br
(maybe the same bug no. 1309) I load some win32 application without a problem, but when load win32 application with two lines : [AppDefaults\foo.exe\x11drv] "Managed" = "N" "Desktop" = "1024x768" (delphi32.exe is a example and I tried others)
Then layout keybord are changed, quote (') and double quotes (") does not run. I need to use [alt_gr]+shift+quote to be fine. If I rollback to use : [AppDefaults\delphi32.exe\x11drv] "Managed" = "Y" #####"Desktop" = "1024x768"
then runs fine again.
Maybe the problem is that I use US International Keyboard with deadkeys (to do accent pt_BR).
If I set my keyboard without deadkeys, like :
setxkbmap us
before and run wine application then everything is OK using or not using "Managed" and "Desktop", so there are bug when use "us international keyboard with deadkeys"+managed(n)+desktop(1024x768).
My config is distro conectiva 10, 512RAM, Notebook Toshiba, XFCE4, glibc 2.3.3, kernel 2.6.5. I build wine 2004.12.01 from sources.