Skip to content

Instantly share code, notes, and snippets.

@zvuc
Created January 19, 2019 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zvuc/03f9b877c03b2725a6b50ec5303c5278 to your computer and use it in GitHub Desktop.
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)
{
"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