Created
May 2, 2025 01:07
-
-
Save OKsign/8a6cccf02b8c83661db84a57aec93c9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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