Created
May 2, 2025 01:05
-
-
Save OKsign/a519ebd4ff32ba84712fae80bcac6be0 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": "copy with right command", | |
"rules": [ | |
{ "description": "copy with right command", | |
"manipulators": [ | |
{"from": { "key_code": "right_command" }, | |
"parameters": {"basic.to_if_alone_timeout_milliseconds": 300}, | |
"to_if_alone": [{ | |
"key_code": "c", | |
"modifiers": [ | |
"left_command" | |
] | |
}], | |
"type": "basic" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment