Skip to content

Instantly share code, notes, and snippets.

@hayajo
Created April 21, 2023 00:54
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 hayajo/aff949107fba5753d23c8d2e77a844f0 to your computer and use it in GitHub Desktop.
Save hayajo/aff949107fba5753d23c8d2e77a844f0 to your computer and use it in GitHub Desktop.
Karabiner-Elements Complex Modifications
{
"title": "for Amazon Workspaces",
"rules": [
{
"description": "left_control to left_command",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_control"
},
"to": [
{
"key_code": "left_command"
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.amazon\\.workspaces$"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment