[AHK_Opera_9.64]

Actually, try some other ideas too.
All tests works for me fine in r57536 in VMWare Workstation 9.0

svn path=/trunk/ahk_tests/; revision=1840
This commit is contained in:
Edijs Kolesnikovičs 2012-10-13 05:05:51 +00:00
parent 61f9a41cad
commit f5b2a0e222
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ else
{
IfExist, %A_MyDocuments%\bootcd-54727-dbgwin.7z
FileDelete, %A_MyDocuments%\bootcd-54727-dbgwin.7z
SetKeyDelay, 250, 150 ; FIXME: remove this line
SendInput, {CTRLDOWN}l{CTRLUP} ; Toggle address bar
SendInput, %szURL% ; Enter address
clipboard = ; Empty the clipboard

View File

@ -34,6 +34,7 @@ else
FileDelete, %A_MyDocuments%\livecd-56407-dbg.7z
SendInput, {CTRLDOWN}l{CTRLUP} ; Toggle address bar
SendInput, %szURL% ; Enter address
Sleep, 3500 ; FIXME: remove hardcoded sleep call
clipboard = ; Empty the clipboard
Send, ^a ; Ctrl+A
Send, ^c ; Ctrl+C