From 19e47d3c45ce1062fab6618e7d822a37c1b96f06 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 16 Sep 2021 12:47:36 +0100 Subject: Alter some Firefox hotkeys Disable ca-M and change RAlt-Left/Right to work as Back/Forward navigation --- ahk-assistant.ahk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index e0fd640..2a08121 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -238,6 +238,7 @@ Insert::appendClipboard() ^!d::Send ^j ; why Downloads is ctrl+j while addons is ctrl+alt+a will never make sense ^d::Send ^f ; bookmark remapped to find ^b::Send ^v ; replace bookmarks with paste + ^+m::Send, ^+n ; why is this feature even a thing #o::Send, ^c{F6}^v{Enter} ; copy selected uri and open in current tab #+o::Send, ^c^t^v{Enter} ; copy selected uri and open in new tab ^+o::Send, !t{sleep 150}o ; C-S-o options @@ -247,8 +248,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 & Left::Send, !{Left} + RAlt & Right::Send, !{Right} Ralt & Enter:: ; overflow Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard command :*?:_crm:: -- cgit v1.2.3