From 7e9ccee612f2708f3507a791a59246197e5bcaf7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2020 19:52:26 +0200 Subject: Add ^#c command to remove the second UFO cached file To facilitate tests opening an uncached file. This shortcut clicks on the UFO Chrome toolbar icon, then clicks on the "Delete" button of the second cached file in the list. --- AutoHotkey.ahk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index f67af31..898831f 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -32,5 +32,12 @@ Sleep, 200 Send !{Tab} ; Reactivate current application return +; Remove the second file in the UFO Cached files list +^#c:: +Click, 660, 50 +Sleep, 1000 +Click, 300, 220, Relative +return + ; Reload this script ^#a::Reload -- cgit v1.2.3