Skip to content

Instantly share code, notes, and snippets.

@hayajo
Created April 21, 2023 00:54
Show Gist options
  • Select an option

  • Save hayajo/aff949107fba5753d23c8d2e77a844f0 to your computer and use it in GitHub Desktop.

Select an option

Save hayajo/aff949107fba5753d23c8d2e77a844f0 to your computer and use it in GitHub Desktop.

Revisions

  1. hayajo created this gist Apr 21, 2023.
    29 changes: 29 additions & 0 deletions amazon_workspaces.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    {
    "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$"
    ]
    }
    ]
    }
    ]
    }
    ]
    }