Skip to content

Instantly share code, notes, and snippets.

@RobinBoers
Created July 4, 2024 18:34
Show Gist options
  • Save RobinBoers/cd5a3f651cbe16e4b9ca625918399f0b to your computer and use it in GitHub Desktop.
Save RobinBoers/cd5a3f651cbe16e4b9ca625918399f0b to your computer and use it in GitHub Desktop.
Option+Q to Command+Q
{
"description": "Option+Q to Command+Q",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"left_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": "command"
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment