Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created May 2, 2025 01:05
Show Gist options
  • Save OKsign/a519ebd4ff32ba84712fae80bcac6be0 to your computer and use it in GitHub Desktop.
Save OKsign/a519ebd4ff32ba84712fae80bcac6be0 to your computer and use it in GitHub Desktop.
{ "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