Skip to content

Instantly share code, notes, and snippets.

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