Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created June 4, 2025 07:43
Show Gist options
  • Save OKsign/29fe0f9a0c8134f1d2cf573b5a80448f to your computer and use it in GitHub Desktop.
Save OKsign/29fe0f9a0c8134f1d2cf573b5a80448f to your computer and use it in GitHub Desktop.
{"title": "paste with button 4.json",
"rules": [
{ "description": "paste with button 4.json",
"manipulators": [
{"from": { "pointing_button": "button4" },
"parameters": {"basic.to_if_alone_timeout_milliseconds": 300,
"basic.to_if_held_down_threshold_milliseconds": 500},
"to_if_alone": [
{"key_code": "v",
"modifiers": [
"left_command"]
}],
"to_if_held_down":[
{
"pointing_button": "button4"
}],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment