http://bugs.winehq.org/show_bug.cgi?id=6602
------- Additional Comments From janis.mey@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.