Created
February 16, 2023 22:16
-
-
Save bhrd/2f3b21e1c955504b6745e1a967f29707 to your computer and use it in GitHub Desktop.
Microsoft Ergonomic Keyboard Karabiner Elements Custom Modifications
This file contains 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": "Microsoft Ergonomic Keyboard (RJU-00004) Personal Copy", | |
"rules": [ | |
{ | |
"description": "Map the application key to open help menu", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "application", | |
"modifiers": { | |
"optional": [ | |
"caps_lock" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "slash", | |
"modifiers": [ | |
"left_shift", | |
"left_option" | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment