[mac] disable ^Space keymap.
Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
@@ -57,6 +57,7 @@ let
|
|||||||
# If you want to keep some hotkeys enabled, simply comment them out or remove them from the following list.
|
# 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; [
|
||||||
showSpotlightSearch
|
showSpotlightSearch
|
||||||
|
selectPreviousInputSource
|
||||||
];
|
];
|
||||||
|
|
||||||
enabledHotKeys = with hotkeyEnums; [
|
enabledHotKeys = with hotkeyEnums; [
|
||||||
|
|||||||
@@ -55,7 +55,9 @@ let
|
|||||||
# Define which hotkeys you want to disable
|
# Define which hotkeys you want to disable
|
||||||
# If you want to disable all hotkeys, you can use the `hotkeyEnums` directly
|
# 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.
|
# 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; [
|
enabledHotKeys = with hotkeyEnums; [
|
||||||
moveLeftASpace
|
moveLeftASpace
|
||||||
|
|||||||
Reference in New Issue
Block a user