From 039d521e1af24fee06c4d6bebdf53ec6eed44e78 Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Thu, 7 Aug 2025 16:39:13 -0700 Subject: [PATCH] [mac] disable ^Space keymap. Signed-off-by: Mariano Uvalle --- hosts/macbook/hotkeys.nix | 1 + hosts/msft-mac/hotkeys.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/macbook/hotkeys.nix b/hosts/macbook/hotkeys.nix index e010d9b..56af3b1 100644 --- a/hosts/macbook/hotkeys.nix +++ b/hosts/macbook/hotkeys.nix @@ -57,6 +57,7 @@ let # If you want to keep some hotkeys enabled, simply comment them out or remove them from the following list. disableHotKeys = with hotkeyEnums; [ showSpotlightSearch + selectPreviousInputSource ]; enabledHotKeys = with hotkeyEnums; [ diff --git a/hosts/msft-mac/hotkeys.nix b/hosts/msft-mac/hotkeys.nix index 6d56148..c1edc7a 100644 --- a/hosts/msft-mac/hotkeys.nix +++ b/hosts/msft-mac/hotkeys.nix @@ -55,7 +55,9 @@ let # Define which hotkeys you want to disable # If you want to disable all hotkeys, you can use the `hotkeyEnums` directly # If you want to keep some hotkeys enabled, simply comment them out or remove them from the following list. - disableHotKeys = with hotkeyEnums; []; + disableHotKeys = with hotkeyEnums; [ + selectPreviousInputSource + ]; enabledHotKeys = with hotkeyEnums; [ moveLeftASpace