Skip to content

Instantly share code, notes, and snippets.

@shikhir-arora
Created May 4, 2019 21:20
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 shikhir-arora/744c9eb6dc21a487062a7d9f43415091 to your computer and use it in GitHub Desktop.
Save shikhir-arora/744c9eb6dc21a487062a7d9f43415091 to your computer and use it in GitHub Desktop.
{
"title": "F9 to Screencapture [Clipboard]",
"rules": [{
"description": "F9 to Screencapture [Clipboard]",
"manipulators": [{
"type": "basic",
"from": {
"key_code": "f9"
},
"to": [{
"key_code": "4",
"modifiers": [
"left_command",
"left_control",
"left_shift"
]
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment