diff options
-rw-r--r-- | ahk-assistant.ahk | 4 |
1 files changed, 3 insertions, 1 deletions
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::
|