Created
September 28, 2022 02:20
-
-
Save AGou-ops/f51e43d532bb3fe30f39a5246b4cc3ff to your computer and use it in GitHub Desktop.
allKey.json
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": "All - by: AGou-ops.cn", | |
"rules": [ | |
{ | |
"description": "Change left_shift to command+spacebar if pressed alone for all app", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "left_shift" | |
}, | |
"to": [ | |
{ | |
"key_code": "left_shift" | |
} | |
], | |
"to_if_alone": [ | |
{ | |
"key_code": "spacebar", | |
"modifiers": [ | |
"left_command" | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment