Skip to content

Instantly share code, notes, and snippets.

@howmanysmall
Last active October 6, 2025 19:43
Show Gist options
  • Save howmanysmall/156595c257b78dde77a6c1f8b6e8659e to your computer and use it in GitHub Desktop.
Save howmanysmall/156595c257b78dde77a6c1f8b6e8659e to your computer and use it in GitHub Desktop.
{
"description": "Disable Cmd+W in Google Chrome",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome$"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "w",
"modifiers": {
"mandatory": ["left_command"],
"optional": ["any"]
}
},
"to": [],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment