http://bugs.winehq.org/show_bug.cgi?id=18513
Summary: Autohotkey: ctrl/shift keys are nonfunctional under Controlsend Product: Wine Version: 1.1.21 Platform: PC-x86-64 URL: http://www.autohotkey.com OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=21161) --> (http://bugs.winehq.org/attachment.cgi?id=21161) compiled testcase
The below script fails under Autohotkey:
clipboard = Run, notepad.exe WinWait, Untitled - Notepad, , 3 ControlSend, Edit1, This is a line of text in the notepad window., Untitled ControlSend, Edit1, ^a ControlSend, Edit1, ^c if clipboard { Msgbox bug fixed } Else Msgbox, ctrl fails exit
It should run notepad, type that line of text, send 'CTRL+A', send 'CTRL+C' to copy it, then verify that the clipboard is not null.
Under Wine, however, the '^' (which translates to the CTRL key), is ignored. Under Wine, you'll get 'tHis is a line of text in the notepad window.ac' (The 'tHis' is a separate bug, coming next').
Under Windows, passes fine. The same thing happens with shift keys (how I originally discovered the bug).
Marking critical, since it blocks a large portion of AutoHotkey from working, which blocks a lot of (gui/application) testing.
http://bugs.winehq.org/show_bug.cgi?id=18513
--- Comment #1 from Austin English austinenglish@gmail.com 2010-10-01 02:37:30 CDT --- Still in wine-1.3.3-417-g536fc57
http://bugs.winehq.org/show_bug.cgi?id=18513
adrianh adrianh.bsc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adrianh.bsc@gmail.com
--- Comment #2 from adrianh adrianh.bsc@gmail.com 2011-06-24 17:03:34 CDT --- This should be called autokey NOT autohotkey. No wonder I didn't find this bug before.
http://bugs.winehq.org/show_bug.cgi?id=18513
--- Comment #3 from adrianh adrianh.bsc@gmail.com 2011-06-24 17:08:35 CDT --- Please remove references to non autokey application including my comment so that the search engines will not pick up on that keyword. I always have to use exclusion to remove all references to that app because apparently they think they are so similar. :(
http://bugs.winehq.org/show_bug.cgi?id=18513
--- Comment #4 from adrianh adrianh.bsc@gmail.com 2011-06-24 17:10:29 CDT --- Damn it. I'm not reading. This is for autohotkey. Grrr!
http://bugs.winehq.org/show_bug.cgi?id=18513
Fernando Martins fernando@cmartins.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando@cmartins.nl
--- Comment #5 from Fernando Martins fernando@cmartins.nl 2011-12-08 15:29:56 CST --- in wine 1.3.34, it is fixed.
http://bugs.winehq.org/show_bug.cgi?id=18513
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2011-12-23 15:27:00 CST --- Yep, working now, thanks for checking.
http://bugs.winehq.org/show_bug.cgi?id=18513
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2011-12-30 12:58:05 CST --- Closing bugs fixed in 1.3.36.