aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AutoHotkey.ahk7
1 files changed, 7 insertions, 0 deletions
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