Skip to content

Instantly share code, notes, and snippets.

@AGou-ops
Created September 28, 2022 02:20
Show Gist options
  • Save AGou-ops/f51e43d532bb3fe30f39a5246b4cc3ff to your computer and use it in GitHub Desktop.
Save AGou-ops/f51e43d532bb3fe30f39a5246b4cc3ff to your computer and use it in GitHub Desktop.
allKey.json
{
"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