Skip to content

Instantly share code, notes, and snippets.

@anaclumos
Last active February 11, 2023 08:25
Show Gist options
  • Save anaclumos/4aa07e05f6377e18846d1a79cbbd597e to your computer and use it in GitHub Desktop.
Save anaclumos/4aa07e05f6377e18846d1a79cbbd597e to your computer and use it in GitHub Desktop.
Use fn(globe) to control + command + space
{
"title": "Use fn(globe) to control + command + space",
"rules": [
{
"description": "Use fn(globe) to control + command + space",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "fn"
},
"to": [
{
"key_code": "spacebar",
"modifiers": [
"left_control",
"left_command"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment