[Bug 6602] CTR, ALT, SHIFT Generating garbage in textfields in Saga Of Ryzom

Wine Bugs wine-bugs at winehq.org
Mon Dec 4 03:48:40 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=6602





------- Additional Comments From janis.mey at gmail.com  2006-04-12 03:48 -------
Created an attachment (id=4246)
 --> (http://bugs.winehq.org/attachment.cgi?id=4246&action=view)
directinput_undo.patch

Try to run this before sarting ryzom. Works for me with Wine 0.9.25:

# Left Shift/Ctrl/Alt / Right Shift/Ctrl/Alt
SETREPEAT="50 37 64 62 109 113"
for k in $SETREPEAT; do
xset r $k
done

as from 0.9.18 of Wine there was a patch to the direct inputdriver that
invalidates the fix, the attached patch should undo that.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list