diff options
author | Teddy Wing | 2020-07-13 19:54:58 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-13 19:54:58 +0200 |
commit | b3fa75caa77169b285b535c8ec866b067c92c807 (patch) | |
tree | 47da782cfb8cb2a83a27cdf934651105da0bb17c | |
parent | 7e9ccee612f2708f3507a791a59246197e5bcaf7 (diff) | |
download | AutoHotkey-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.
-rw-r--r-- | AutoHotkey.ahk | 2 |
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 |