http://bugs.winehq.org/show_bug.cgi?id=7874
------- Additional Comments From zajec5@gmail.com 2007-07-04 03:37 ------- EasyUO parses my script line-by-line and executes function which is responsible to current line. I can write script like that:
**********
loop:
onHotKey x ctrl goto exit
goto loop
exit: msg You pressed ctrl+x and script works$
**********
The problem is that under Wine onHotKey always returns false. I run EasyUO, then press ctrl+x in Ultima Online window and there is no effect. I don't know if this is result of bug 1348, but I can not see any "RegisterHotKey" in function provided by Cheffe (EasyUO developer).