commit a647fe76d1a0957a381be57993d7084c1eccfb70
parent 844ce129f2fc397002a57b2df867af24c5357c1a
Author: Peter <peter@minskio.co.uk>
Date: Tue, 29 Jun 2021 12:20:28 +0100
Fix firefox and add tab switching hotkeys
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
@@ -227,7 +227,7 @@ Insert::appendClipboard()
^l::Send ^c{Enter}cls{Enter} ; clear screen as in linux
#IfWinActive
-#IfWinActive ahk_class ahk_class ahk_class MozillaWindowClass ; firefox
+#IfWinActive ahk_class MozillaWindowClass ; firefox
^+w::Send ^w ; quit window closes tab
^+n::Send ^+p ; new incognito window
^q::Send ^w ; quit now closes tab, the two keys are too close for this sort of thing
@@ -243,6 +243,8 @@ Insert::appendClipboard()
F6::Send ^l ; F6 jumps to address bar
+PgDn::Send {Space 4}{Down 5} ; scroll down to specific part of a specific page, not really
+PgUp::Send {Home} ; makes sense, kinda
+ RAlt & Left::Send, ^+{Tab}
+ RAlt & Right::Send, ^{Tab}
Ralt & Enter:: ; overflow
Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard command
:*?:_crm::