Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created April 14, 2021 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OKsign/367a18a41623de1c45e1714b76c35273 to your computer and use it in GitHub Desktop.
Save OKsign/367a18a41623de1c45e1714b76c35273 to your computer and use it in GitHub Desktop.
{ "title": "disable key",
"rules": [
{
"description": "disable key",
"manipulators": [
{
"from": {
"key_code": "left_shift"
},
"to": [
{
"key_code": "vk_none"
}
],
"type": "basic",
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.apple\\.keychainaccess$"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment