From b3fa75caa77169b285b535c8ec866b067c92c807 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2020 19:54:58 +0200 Subject: ^#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. --- AutoHotkey.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3