Split out tab remaps into separate group

This commit is contained in:
Kenneth Benzie 2023-06-17 14:58:03 +01:00
parent 94e7d0365a
commit 6ee1157747

View File

@ -40,6 +40,31 @@ keymap:
# Quit
Alt-Q: Alt-F4
- name: Tabs remaps
application:
only:
- firefox
- Firefox-esr
- org.gnome.Nautilus
remap:
# --- Windows & Tabs ---
# New Window
Alt-N: Ctrl-N
# New Tab
Alt-T: Ctrl-T
# Close Tab
Alt-W: Ctrl-W
# Go one Tab to the Left
Alt-Shift-LeftBrace: Ctrl-PageUp
# Go one Tab to the right
Alt-Shift-RightBrace: Ctrl-PageDown
# Move Tab Left
Ctrl-Alt-Shift-LeftBrace: Ctrl-Shift-PageUp
# Move Tab Right
Ctrl-Alt-Shift-RightBrace: Ctrl-Shift-PageDown
# Undo Close Tab
Alt-Shift-T: Ctrl-Shift-T
- name: Browser remaps
application:
only:
@ -108,30 +133,14 @@ keymap:
Alt-K: Ctrl-K
# --- Windows & Tabs ---
# Close Tab
Alt-W: Ctrl-W
# Close Window
Alt-Shift-W: Ctrl-Shift-W
# Go one Tab to the Left
Alt-Shift-LeftBrace: Ctrl-PageUp
# Go one Tab to the right
Alt-Shift-RightBrace: Ctrl-PageDown
# Move Tab Left
Ctrl-Alt-Shift-LeftBrace: Ctrl-Shift-PageUp
# Move Tab Right
Ctrl-Alt-Shift-RightBrace: Ctrl-Shift-PageDown
# Move Tab to start
Alt-Shift-Home: Ctrl-Shift-Home
# Move Tab to end
Alt-Shift-End: Ctrl-Shift-End
# New Tab
Alt-T: Ctrl-T
# New Window
Alt-N: Ctrl-N
# New Private Window
Alt-Shift-P: Ctrl-Shift-P
# Undo Close Tab
Alt-Shift-T: Ctrl-Shift-T
# Undo Close Window
Alt-Shift-N: Ctrl-Shift-N