Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created September 21, 2020 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OKsign/79facdc2b035f5b74e0ad591fd6aa20b to your computer and use it in GitHub Desktop.
Save OKsign/79facdc2b035f5b74e0ad591fd6aa20b to your computer and use it in GitHub Desktop.
{ "title": "Vimac - press right command",
"rules": [
{ "description": "Vimac - press right command",
"manipulators": [
{"from": { "key_code": "right_command" },
"parameters": {"basic.to_if_alone_timeout_milliseconds": 300,
"basic.to_if_held_down_threshold_milliseconds": 500},
"to_if_alone": [
{
"key_code": "q",
"modifiers": [
"left_command","left_option","left_control"
]
}],
"to_if_held_down":[
{
"key_code": "right_command"
}],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment