Skip to content

Instantly share code, notes, and snippets.

@olejech
Last active January 8, 2024 09:16
Show Gist options
  • Save olejech/8af50a254e8d454fe63ff04f5735a0f7 to your computer and use it in GitHub Desktop.
Save olejech/8af50a254e8d454fe63ff04f5735a0f7 to your computer and use it in GitHub Desktop.
Custom modification for Karabiner to disable the cmd-m minimize shortcut
{
"description": "Prevent command-m minimize window",
"manipulators": [
{
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"command"
]
}
},
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment