Browse Source

add teamviewer option

roman 5 years ago
parent
commit
0f9174711f
1 changed files with 62 additions and 0 deletions
  1. 62 0
      RomansProfile.json

+ 62 - 0
RomansProfile.json

@@ -170,6 +170,68 @@
         }
       ]
     },
+    {
+      "description": "Change Fn,Control,Option in Teamviewer",
+      "manipulators": [
+        {
+         "conditions": [
+          {
+              "type": "frontmost_application_if",
+              "bundle_identifiers": [
+                  "^com.\\teamviewer.\\TeamViewer$"
+              ]
+          }
+         ],
+          "type": "basic",
+          "from": {
+            "key_code": "fn",
+          },
+          "to": [
+            {
+              "key_code": "left_control",	
+            }
+          ]
+        },
+        {
+         "conditions": [
+          {
+              "type": "frontmost_application_if",
+              "bundle_identifiers": [
+                  "^com.\\teamviewer.\\TeamViewer$"
+              ]
+          }
+         ],
+          "type": "basic",
+          "from": {
+            "key_code": "left_command",
+          },
+          "to": [
+            {
+              "key_code": "left_option",	
+            }
+          ]
+        },
+        {
+         "conditions": [
+          {
+              "type": "frontmost_application_if",
+              "bundle_identifiers": [
+                  "^com.\\teamviewer.\\TeamViewer$"
+              ]
+          }
+         ],
+          "type": "basic",
+          "from": {
+            "key_code": "left_option",
+          },
+          "to": [
+            {
+              "key_code": "left_command",	
+            }
+          ]
+        }
+      ]
+    },
     {
       "description": "Change Fn+C,P,Q,A,Z,R to Control+C,P,Q,A,Z,R in ITerm",
       "manipulators": [