[Bug 18513] New: Autohotkey: ctrl/shift keys are nonfunctional under Controlsend
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(a)winehq.org ReportedBy: austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-10-01 02:37:30 CDT --- Still in wine-1.3.3-417-g536fc57 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 adrianh <adrianh.bsc(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrianh.bsc(a)gmail.com --- Comment #2 from adrianh <adrianh.bsc(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 --- Comment #3 from adrianh <adrianh.bsc(a)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. :( -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 --- Comment #4 from adrianh <adrianh.bsc(a)gmail.com> 2011-06-24 17:10:29 CDT --- Damn it. I'm not reading. This is for autohotkey. Grrr! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 Fernando Martins <fernando(a)cmartins.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando(a)cmartins.nl --- Comment #5 from Fernando Martins <fernando(a)cmartins.nl> 2011-12-08 15:29:56 CST --- in wine 1.3.34, it is fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-12-23 15:27:00 CST --- Yep, working now, thanks for checking. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18513 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2011-12-30 12:58:05 CST --- Closing bugs fixed in 1.3.36. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org