Skip to content

Instantly share code, notes, and snippets.

@gderaco
Created November 29, 2020 21:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gderaco/78de2fb89fbc6d49ce0873e42a129fbc to your computer and use it in GitHub Desktop.
Save gderaco/78de2fb89fbc6d49ce0873e42a129fbc to your computer and use it in GitHub Desktop.
Keychron - remap microphone button with Karabiner
{
"title": "Remap x to y",
"rules": [
{
"description": "Remap x to y",
"manipulators": [
{
"from": {
"key_code": "spacebar",
"modifiers": {
"mandatory": [
"fn"
]
}
},
"to": [
{
"key_code": "f12",
"modifiers": [
"left_command",
"shift"
]
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment