Split out tab remaps into separate group
This commit is contained in:
parent
94e7d0365a
commit
6ee1157747
41
macOS.yaml
41
macOS.yaml
@ -40,6 +40,31 @@ keymap:
|
|||||||
# Quit
|
# Quit
|
||||||
Alt-Q: Alt-F4
|
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
|
- name: Browser remaps
|
||||||
application:
|
application:
|
||||||
only:
|
only:
|
||||||
@ -108,30 +133,14 @@ keymap:
|
|||||||
Alt-K: Ctrl-K
|
Alt-K: Ctrl-K
|
||||||
|
|
||||||
# --- Windows & Tabs ---
|
# --- Windows & Tabs ---
|
||||||
# Close Tab
|
|
||||||
Alt-W: Ctrl-W
|
|
||||||
# Close Window
|
# Close Window
|
||||||
Alt-Shift-W: Ctrl-Shift-W
|
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
|
# Move Tab to start
|
||||||
Alt-Shift-Home: Ctrl-Shift-Home
|
Alt-Shift-Home: Ctrl-Shift-Home
|
||||||
# Move Tab to end
|
# Move Tab to end
|
||||||
Alt-Shift-End: Ctrl-Shift-End
|
Alt-Shift-End: Ctrl-Shift-End
|
||||||
# New Tab
|
|
||||||
Alt-T: Ctrl-T
|
|
||||||
# New Window
|
|
||||||
Alt-N: Ctrl-N
|
|
||||||
# New Private Window
|
# New Private Window
|
||||||
Alt-Shift-P: Ctrl-Shift-P
|
Alt-Shift-P: Ctrl-Shift-P
|
||||||
# Undo Close Tab
|
|
||||||
Alt-Shift-T: Ctrl-Shift-T
|
|
||||||
# Undo Close Window
|
# Undo Close Window
|
||||||
Alt-Shift-N: Ctrl-Shift-N
|
Alt-Shift-N: Ctrl-Shift-N
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user