Skip to content

Instantly share code, notes, and snippets.

@marinho
Last active March 12, 2024 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marinho/1c4f6664cf2995a7f55423268df8ecdc to your computer and use it in GitHub Desktop.
Save marinho/1c4f6664cf2995a7f55423268df8ecdc to your computer and use it in GitHub Desktop.
MX Keys Business Karabine-Elements key mappings
{
"description": "Map Left/Right Option + L to @",
"manipulators": [
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"left_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": [
"left_option"
],
"repeat": true
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"right_option"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": [
"right_option"
],
"repeat": true
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment