Last active
January 8, 2024 09:16
-
-
Save olejech/8af50a254e8d454fe63ff04f5735a0f7 to your computer and use it in GitHub Desktop.
Custom modification for Karabiner to disable the cmd-m minimize shortcut
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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