Created
May 4, 2023 11:30
-
-
Save kimjisub/277b067ff4e0365ead93c33faa63c866 to your computer and use it in GitHub Desktop.
Karabiner Ctrl ` to F20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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