Created
April 14, 2020 17:02
-
-
Save jflattery/9a88e66c5da337f77c9db350c57e5097 to your computer and use it in GitHub Desktop.
Karabiner Complex Modification - Maps PrtSc(print_screen) to MacOS Capture Window Shortcut
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": "Maps PrtSc to Screenshot Window", | |
| "rules": [ | |
| { | |
| "description": "print_screen to Screenshot Window", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "print_screen" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "4", | |
| "modifiers": [ | |
| "left_command", | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "to_after_key_up": [ | |
| { | |
| "repeat": true, | |
| "key_code": "spacebar" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/pqrs-org/KE-complex_modifications
https://karabiner-elements.pqrs.org/docs/json/