Skip to content

Instantly share code, notes, and snippets.

@kimjisub
Created May 4, 2023 11:30
Show Gist options
  • Save kimjisub/277b067ff4e0365ead93c33faa63c866 to your computer and use it in GitHub Desktop.
Save kimjisub/277b067ff4e0365ead93c33faa63c866 to your computer and use it in GitHub Desktop.
Karabiner Ctrl ` to F20
{
"title": "Karabiner Ctrl ` to F20",
"rules": [
{
"description": "Karabiner Ctrl ` to F20",
"manipulators": [
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"mandatory": [
"left_control"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "f20"
}
],
"type": "basic"
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment