aboutsummaryrefslogtreecommitdiff
path: root/tt.programs.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-16 16:36:08 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-16 16:36:08 +0100
commit4e474457c14fa2ed98b9bf9a8cbdd8934985d810 (patch)
tree3929a3ed49321374f1e6619d113700ffc56bc159 /tt.programs.ahk
parent1e9aa816d01fd7e63478978d293c68c784f975e9 (diff)
downloadahk-4e474457c14fa2ed98b9bf9a8cbdd8934985d810.tar.gz
programs: Add Firefox ^' -> ^g alias
Diffstat (limited to 'tt.programs.ahk')
-rw-r--r--tt.programs.ahk5
1 files changed, 2 insertions, 3 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk
index c24b058..149993b 100644
--- a/tt.programs.ahk
+++ b/tt.programs.ahk
@@ -37,9 +37,8 @@ F2::Gosub, TrayRebuild ; rebuild scripts.ahk
#IfWinActive ahk_class MozillaWindowClass
-+^!+::SendInput, ^!{WheelUp}
-+^!-::SendInput, ^!{WheelDown}
-!s::SendInput, ^k
+!s::^k
+^'::^g
F3::SendInput, !{Left}
F4::SendInput, !{Right}
!F1::SendInput, {WheelUp}