http://bugs.winehq.org/show_bug.cgi?id=18514
Summary: Wine botches keysends under autohotkey Product: Wine Version: 1.1.21 Platform: PC URL: http://www.autohotkey.com/ OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=21162) --> (http://bugs.winehq.org/attachment.cgi?id=21162) compiled testcase
This is a strange bug, not sure what's causing it, but using: Run, notepad.exe WinWait, Untitled - Notepad, , 3 ControlSend, Edit1, This is a line of text in the notepad window., Untitled
under Autohotkey, gives: 'tHis is a line of text in the notepad window.' (Once, I also had 'THis')
in notepad (notice that the 't' isn't capitalized, but the 'H' is).
Marking major since it breaks a lot of AHK functionality, which in turns breaks testing gui testing.