From dd3334cb935cbd57bd9839b8a731bd301b9ab77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 5 Feb 2021 12:43:25 +0100 Subject: programs: Fix Firefox CSS hotkeys --- tt.programs.ahk | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'tt.programs.ahk') diff --git a/tt.programs.ahk b/tt.programs.ahk index 52f1426..ba717d8 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -54,23 +54,16 @@ F3::SendInput, !{Left} F4::SendInput, !{Right} ; No stylesheet -F8::SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} -; First stylesheet -F9::SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} - -!F8:: -SendInput, {LButton}{LButton}{LButton}^f -Sleep, 100 -SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} -Sleep, 100 -SendInput, ^g{Delete}{Escape} +F8:: +SendInput, {Alt} +Sleep, 10 +SendInput, {Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} return -!F9:: -SendInput, {LButton}{LButton}{LButton}^f -Sleep, 100 -SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} -Sleep, 100 -SendInput, ^g{Delete}{Escape} +; First stylesheet +F9:: +SendInput, {Alt} +Sleep, 10 +SendInput, {Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} return ; Default window size -- cgit v1.2.3