summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2021-09-16 12:47:36 +0100
committerPeter2021-09-16 12:47:36 +0100
commit19e47d3c45ce1062fab6618e7d822a37c1b96f06 (patch)
tree23b1481e6138e247de40b9dcb71482a9d706df55
parentb96d67d43c3a62e5f321f84a823661196b2e7333 (diff)
downloadahka-19e47d3c45ce1062fab6618e7d822a37c1b96f06.tar.gz
ahka-19e47d3c45ce1062fab6618e7d822a37c1b96f06.tar.bz2
ahka-19e47d3c45ce1062fab6618e7d822a37c1b96f06.zip
Alter some Firefox hotkeys
Disable ca-M and change RAlt-Left/Right to work as Back/Forward navigation
-rw-r--r--ahk-assistant.ahk5
1 files 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::