1
0

macos/hotkeys: add mission control left/right

This commit is contained in:
Timo Bingmann
2025-09-22 10:13:20 -07:00
parent ccdfedeaed
commit 6a20426279

View File

@@ -35,6 +35,23 @@
# Quick Note
"190".enabled = false;
# Mission Control / Move left a space - "Cmd + Left"
"79" = {
enabled = true;
value = {
type = "standard";
parameters = [ 65535 123 11534336 ];
};
};
# Mission Control / Move right a space - "Cmd + Right"
"81" = {
enabled = true;
value = {
type = "standard";
parameters = [ 65535 124 11534336 ];
};
};
###
### Input Sources
###