From a647fe76d1a0957a381be57993d7084c1eccfb70 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 29 Jun 2021 12:20:28 +0100 Subject: Fix firefox and add tab switching hotkeys --- ahk-assistant.ahk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index d5cfd3d..b825e2a 100644 --- 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:: -- cgit v1.2.3