aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-02-05 12:43:25 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-02-05 12:43:25 +0100
commitdd3334cb935cbd57bd9839b8a731bd301b9ab77d (patch)
tree777a398e92814e52a57987441b44742c3dbbddf3
parent51c0cd271065867b9dc04f16a1808eefb7733d82 (diff)
downloadahk-dd3334cb935cbd57bd9839b8a731bd301b9ab77d.tar.gz
programs: Fix Firefox CSS hotkeys
-rw-r--r--tt.programs.ahk25
1 files changed, 9 insertions, 16 deletions
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