Skip to content

Instantly share code, notes, and snippets.

@NeighNeighNeigh
Created July 19, 2024 13:21
Show Gist options
  • Save NeighNeighNeigh/544d7dabf0f47036c1b2bbc345ce8477 to your computer and use it in GitHub Desktop.
Save NeighNeighNeigh/544d7dabf0f47036c1b2bbc345ce8477 to your computer and use it in GitHub Desktop.
Karabiner Elements - Hyper Key Implementation for Alfred
{
"description": "Hyper key implementation",
"manipulators": [
{
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "left_option",
"modifiers": [
"left_command",
"left_control",
"left_shift"
]
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": [
"left_command",
"left_control",
"left_option",
"left_shift"
]
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment