[mac] disable ^Space keymap.
Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
parent
24fa6612d9
commit
039d521e1a
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue