From 1ecbd22fb371c5eff7f7f9e9db547674119b2051 Mon Sep 17 00:00:00 2001 From: Chris Miller Date: Wed, 13 Aug 2025 12:35:29 -0600 Subject: [PATCH] Add missing modifier combinations to omarchy-menu-keybindings (#715) While these aren't currently used directly in the Omarchy code, when the user adds custom bindings they are not properly displayed by the omarchy-menu-keybindings script. Co-authored-by: Chris Miller --- bin/omarchy-menu-keybindings | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-menu-keybindings b/bin/omarchy-menu-keybindings index a851871b..99a49c15 100755 --- a/bin/omarchy-menu-keybindings +++ b/bin/omarchy-menu-keybindings @@ -31,7 +31,10 @@ dynamic_bindings() { -e 's/^65,/SUPER SHIFT,/' \ -e 's/^68,/SUPER CTRL,/' \ -e 's/^69,/SUPER SHIFT CTRL,/' \ - -e 's/^72,/SUPER ALT,/' + -e 's/^72,/SUPER ALT,/' \ + -e 's/^73,/SUPER SHIFT ALT,/' \ + -e 's/^76,/SUPER CTRL ALT,/' \ + -e 's/^77,/SUPER SHIFT CTRL ALT,/' } # Parse and format keybindings