Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created April 14, 2021 12:13
Show Gist options
  • Select an option

  • Save OKsign/4119f46efe400d1c7a5dbe5155913f45 to your computer and use it in GitHub Desktop.

Select an option

Save OKsign/4119f46efe400d1c7a5dbe5155913f45 to your computer and use it in GitHub Desktop.
{ "title": "disable mouse click",
"rules": [
{
"description": "disable mouse click",
"manipulators": [
{
"from": {
"pointing_button": "button3"
},
"to": [
{
"key_code": "vk_none"
}
],
"type": "basic",
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^org\\.mozilla\\.firefox$"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment