From 159d06f16f7078f81979aaf1b09d4b4a57117007 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 13 Jun 2023 22:26:59 +0100 Subject: [PATCH] Share more browser remaps --- macOS.yaml | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/macOS.yaml b/macOS.yaml index 4b4255d..1a7a17a 100644 --- a/macOS.yaml +++ b/macOS.yaml @@ -40,21 +40,47 @@ keymap: # Quit Alt-Q: Alt-F4 - - name: Firefox remaps + - name: Browser remaps application: - only: firefox + only: + - Personal + - firefox remap: # --- Navigation --- # Back Alt-LeftBrace: Ctrl-LeftBrace # Forward Alt-RightBrace: Ctrl-RightBrace - # Open file - Alt-O: Ctrl-O # Reload Alt-R: Ctrl-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 --- # Go to Bottom of Page Alt-Down: Ctrl-Down @@ -64,23 +90,12 @@ keymap: Alt-P: Ctrl-P # Save Page As 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 --- # Paste (as plain text) Alt-Shift-V: Ctrl-Shift-V # --- Search --- - # Find - Alt-F: Ctrl-F - # Find Again - Alt-G: Ctrl-G # Find Previous Alt-Shift-G: Ctrl-Shift-G # Switch Search Engine @@ -94,8 +109,6 @@ keymap: Alt-W: Ctrl-W # Close Window Alt-Shift-W: Ctrl-Shift-W - # Quit - Alt-Q: Ctrl-Q # Go one Tab to the Left Alt-Shift-LeftBrace: Ctrl-PageUp # Go one Tab to the right @@ -160,8 +173,6 @@ keymap: Alt-I: Ctrl-I # --- Miscellaneous --- - # Fullscreen - Alt-Shift-F: F11 # Focus Address Bar Alt-L: Ctrl-L @@ -169,6 +180,7 @@ keymap: application: only: Personal remap: + # Navigation Alt-1: Ctrl-1 Alt-2: Ctrl-2 Alt-3: Ctrl-3