Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created May 2, 2025 01:07
Show Gist options
  • Save OKsign/8a6cccf02b8c83661db84a57aec93c9d to your computer and use it in GitHub Desktop.
Save OKsign/8a6cccf02b8c83661db84a57aec93c9d to your computer and use it in GitHub Desktop.
{ "title": "paste with right option",
"rules": [
{ "description": "paste with right option",
"manipulators": [
{"from": { "key_code": "right_option" },
"parameters": {"basic.to_if_alone_timeout_milliseconds": 300},
"to_if_alone": [{
"key_code": "v",
"modifiers": [
"left_command"
]
}],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment