Skip to content

Instantly share code, notes, and snippets.

@bhrd
Created February 16, 2023 22:16
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 bhrd/2f3b21e1c955504b6745e1a967f29707 to your computer and use it in GitHub Desktop.
Save bhrd/2f3b21e1c955504b6745e1a967f29707 to your computer and use it in GitHub Desktop.
Microsoft Ergonomic Keyboard Karabiner Elements Custom Modifications
{
"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