Skip to content

Instantly share code, notes, and snippets.

Created August 1, 2017 17:09
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 anonymous/c79ad81919e58cee4c1e3b2e6ced0eb7 to your computer and use it in GitHub Desktop.
Save anonymous/c79ad81919e58cee4c1e3b2e6ced0eb7 to your computer and use it in GitHub Desktop.
Karabiner-Elements Complex Modification Rule
{
"title": "For LXEZtEJh0 rule (based on @tekezo's Personal rules)",
"rules": [
{
"description": "半角/全角 to F10 (except Virtual machine)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "grave_accent_and_tilde"
},
"to": [
{
"key_code": "grave_accent_and_tilde"
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.vmware\\.fusion$",
"^com\\.vmware\\.horizon$",
"^com\\.vmware\\.view$",
"^com\\.parallels\\.desktop$",
"^com\\.parallels\\.vm$",
"^com\\.parallels\\.desktop\\.console$",
"^org\\.virtualbox\\.app\\.VirtualBoxVM$",
"^com\\.vmware\\.proxyApp\\.",
"^com\\.parallels\\.winapp\\."
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "grave_accent_and_tilde"
},
"to": [
{
"key_code": "f10"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment