Share more browser remaps

This commit is contained in:
Kenneth Benzie 2023-06-13 22:26:59 +01:00
parent 4c19f1e88b
commit 159d06f16f

View File

@ -40,21 +40,47 @@ keymap:
# Quit # Quit
Alt-Q: Alt-F4 Alt-Q: Alt-F4
- name: Firefox remaps - name: Browser remaps
application: application:
only: firefox only:
- Personal
- firefox
remap: remap:
# --- Navigation --- # --- Navigation ---
# Back # Back
Alt-LeftBrace: Ctrl-LeftBrace Alt-LeftBrace: Ctrl-LeftBrace
# Forward # Forward
Alt-RightBrace: Ctrl-RightBrace Alt-RightBrace: Ctrl-RightBrace
# Open file
Alt-O: Ctrl-O
# Reload # Reload
Alt-R: Ctrl-R Alt-R: Ctrl-R
Alt-Shift-R: Ctrl-Shift-R Alt-Shift-R: Ctrl-Shift-R
# --- Miscellaneous ---
# Fullscreen
Alt-Shift-F: F11
# --- Current Page ---
# Zoom In
Alt-Equal: Ctrl-Equal
# Zoom Out
Alt-Minus: Ctrl-Minus
# Zoom Reset
Alt-0: Ctrl-0
# --- Search ---
# Find
Alt-F: Ctrl-F
# Find Again
Alt-G: Ctrl-G
- name: Firefox remaps
application:
only: firefox
remap:
# --- Navigation ---
# Open file
Alt-O: Ctrl-O
# --- Current Page --- # --- Current Page ---
# Go to Bottom of Page # Go to Bottom of Page
Alt-Down: Ctrl-Down Alt-Down: Ctrl-Down
@ -64,23 +90,12 @@ keymap:
Alt-P: Ctrl-P Alt-P: Ctrl-P
# Save Page As # Save Page As
Alt-S: Ctrl-S Alt-S: Ctrl-S
# Zoom In
Alt-Shift-Equal: Ctrl-Shift-Equal
Alt-Equal: Ctrl-Equal
# Zoom Out
Alt-Minus: Ctrl-Minus
# Zoom Reset
Alt-0: Ctrl-0
# --- Editing --- # --- Editing ---
# Paste (as plain text) # Paste (as plain text)
Alt-Shift-V: Ctrl-Shift-V Alt-Shift-V: Ctrl-Shift-V
# --- Search --- # --- Search ---
# Find
Alt-F: Ctrl-F
# Find Again
Alt-G: Ctrl-G
# Find Previous # Find Previous
Alt-Shift-G: Ctrl-Shift-G Alt-Shift-G: Ctrl-Shift-G
# Switch Search Engine # Switch Search Engine
@ -94,8 +109,6 @@ keymap:
Alt-W: Ctrl-W Alt-W: Ctrl-W
# Close Window # Close Window
Alt-Shift-W: Ctrl-Shift-W Alt-Shift-W: Ctrl-Shift-W
# Quit
Alt-Q: Ctrl-Q
# Go one Tab to the Left # Go one Tab to the Left
Alt-Shift-LeftBrace: Ctrl-PageUp Alt-Shift-LeftBrace: Ctrl-PageUp
# Go one Tab to the right # Go one Tab to the right
@ -160,8 +173,6 @@ keymap:
Alt-I: Ctrl-I Alt-I: Ctrl-I
# --- Miscellaneous --- # --- Miscellaneous ---
# Fullscreen
Alt-Shift-F: F11
# Focus Address Bar # Focus Address Bar
Alt-L: Ctrl-L Alt-L: Ctrl-L
@ -169,6 +180,7 @@ keymap:
application: application:
only: Personal only: Personal
remap: remap:
# Navigation
Alt-1: Ctrl-1 Alt-1: Ctrl-1
Alt-2: Ctrl-2 Alt-2: Ctrl-2
Alt-3: Ctrl-3 Alt-3: Ctrl-3