[mac] disable ^Space keymap.

Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
Mariano Uvalle 2025-08-07 16:39:13 -07:00
parent 24fa6612d9
commit 039d521e1a
2 changed files with 4 additions and 1 deletions

View file

@ -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; [

View file

@ -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