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": "Ctrl combos send Cmd (with exceptions)", | |
| "rules": [ | |
| { | |
| "description": "Ctrl-only shortcuts (no Cmd)", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { "key_code": "hyphen", "modifiers": { "mandatory": ["control", "shift"] } }, | |
| "to": [{ "key_code": "hyphen", "modifiers": ["control", "shift"] }] |
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
| <paste the JSON above> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.