Bladeren bron

add input configure for mstsc

roman 5 jaren geleden
bovenliggende
commit
9a8b7eb114
1 gewijzigde bestanden met toevoegingen van 54 en 0 verwijderingen
  1. 54 0
      RomansProfile.json

+ 54 - 0
RomansProfile.json

@@ -26,6 +26,28 @@
             }
           ]
         },
+        {
+          "type": "basic",
+          "from": {
+            "key_code": "left_option",
+            "modifiers": {
+              "mandatory": [
+                "left_shift"
+              ],
+              "optional": [
+                "any"
+              ]
+            }
+          },
+          "to": [
+            {
+              "key_code": "spacebar",
+              "modifiers": [
+                "left_control"
+              ]
+            }
+          ]
+        },
         {
           "type": "basic",
           "from": {
@@ -173,6 +195,38 @@
     {
       "description": "Change Fn,Control,Option in Teamviewer and JICloud and JumpDesktop",
       "manipulators": [
+        {
+          "conditions": [
+           {
+              "type": "frontmost_application_if",
+              "bundle_identifiers": [
+                  "^com\\.teamviewer\\.TeamViewer$",
+                  "^PT\\.JiCloudComputer$",
+                  "^com\\.p5sys\\.jump\\.mac\\.viewer$"
+              ]
+           }
+          ],
+          "type": "basic",
+          "from": {
+            "key_code": "left_shift",
+            "modifiers": {
+              "mandatory": [
+                "left_option"
+              ],
+              "optional": [
+                "any"
+              ]
+            }
+          },
+          "to": [
+            {
+              "key_code": "left_option",
+              "modifiers": [
+                "left_shift"
+              ]
+            }
+          ]
+        },
         {
          "conditions": [
           {