Skip to content

Instantly share code, notes, and snippets.

@AGou-ops
Last active December 1, 2025 06:03
Show Gist options
  • Select an option

  • Save AGou-ops/1fe4b77eedde77d5adfe75138bd07189 to your computer and use it in GitHub Desktop.

Select an option

Save AGou-ops/1fe4b77eedde77d5adfe75138bd07189 to your computer and use it in GitHub Desktop.
Karabiner change lest_shift to command+spacebar.
{
"manipulators": [
{
"description": "Change left_shift to command+spacebar.",
"from": { "key_code": "left_shift" },
"to": [{ "key_code": "left_shift" }],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_command"]
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment