From f5b2a0e222669f85c9c927810ec53a0f8d3d5ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edijs=20Kolesnikovi=C4=8Ds?= Date: Sat, 13 Oct 2012 05:05:51 +0000 Subject: [PATCH] [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 --- Opera/9.64/CloseDownload.ahk | 1 + Opera/9.64/Download.ahk | 1 + 2 files changed, 2 insertions(+) diff --git a/Opera/9.64/CloseDownload.ahk b/Opera/9.64/CloseDownload.ahk index cc35a92..b9f121a 100644 --- a/Opera/9.64/CloseDownload.ahk +++ b/Opera/9.64/CloseDownload.ahk @@ -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 diff --git a/Opera/9.64/Download.ahk b/Opera/9.64/Download.ahk index 325b715..2d96ae6 100644 --- a/Opera/9.64/Download.ahk +++ b/Opera/9.64/Download.ahk @@ -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