From 6ee115774753d22977f2e947bb275f74ca48b2f8 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 17 Jun 2023 14:58:03 +0100 Subject: [PATCH] Split out tab remaps into separate group --- macOS.yaml | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/macOS.yaml b/macOS.yaml index ff16bd8..7093731 100644 --- a/macOS.yaml +++ b/macOS.yaml @@ -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