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