Created
January 19, 2019 05:58
-
-
Save zvuc/03f9b877c03b2725a6b50ec5303c5278 to your computer and use it in GitHub Desktop.
Karabiner Complex Mod JSON config for Keychron K1 (Change Siri button to Eject)
This file contains hidden or 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": "Keychron K1 : Replace Siri button with Eject", | |
"rules": [ | |
{ | |
"description": "Keychron K1 : Change Siri button (Fn+Spacebar) to Eject.", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "spacebar", | |
"modifiers": { | |
"mandatory": [ | |
"fn" | |
], | |
"optional": [ | |
"any" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "eject" | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment