macos/hotkeys: add mission control left/right
This commit is contained in:
@@ -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
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user