aboutsummaryrefslogtreecommitdiffstats
path: root/AutoHotkey.ahk
diff options
context:
space:
mode:
authorTeddy Wing2020-07-13 19:54:58 +0200
committerTeddy Wing2020-07-13 19:54:58 +0200
commitb3fa75caa77169b285b535c8ec866b067c92c807 (patch)
tree47da782cfb8cb2a83a27cdf934651105da0bb17c /AutoHotkey.ahk
parent7e9ccee612f2708f3507a791a59246197e5bcaf7 (diff)
downloadAutoHotkey-Scripts-b3fa75caa77169b285b535c8ec866b067c92c807.tar.bz2
^#c: Change Chrome toolbar icon click position
Since the addition of the Chrome "Extensions" toolbar icon, the UFO toolbar item moved. Adjust the click x-position accordingly.
Diffstat (limited to 'AutoHotkey.ahk')
-rw-r--r--AutoHotkey.ahk2
1 files changed, 1 insertions, 1 deletions
diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk
index 898831f..4a97b63 100644
--- a/AutoHotkey.ahk
+++ b/AutoHotkey.ahk
@@ -34,7 +34,7 @@ return
; Remove the second file in the UFO Cached files list
^#c::
-Click, 660, 50
+Click, 630, 50
Sleep, 1000
Click, 300, 220, Relative
return