瀏覽代碼

some upgrade

roman 5 年之前
父節點
當前提交
ef3cac0c7f
共有 1 個文件被更改,包括 24 次插入32 次删除
  1. 24 32
      RomansProfile.json

+ 24 - 32
RomansProfile.json

@@ -5,6 +5,17 @@
       "description": "Change Fn+Enter&Space to Command+Enter&Space,Change Command+Shift to Control+Space,Change Option+Tab to Command+Tab.",
       "manipulators": [
         {
+          "conditions": [
+          {
+              "type": "frontmost_application_unless",
+              "bundle_identifiers": [
+                  "^com\\.teamviewer\\.TeamViewer$",
+                  "^PT\\.JiCloudComputer$",
+                  "^com\\.oray\\.remote$",
+                  "^com\\.p5sys\\.jump\\.mac\\.viewer$"
+              ]
+          }
+         ],
           "type": "basic",
           "from": {
             "key_code": "left_shift",
@@ -27,6 +38,17 @@
           ]
         },
         {
+          "conditions": [
+          {
+              "type": "frontmost_application_unless",
+              "bundle_identifiers": [
+                  "^com\\.teamviewer\\.TeamViewer$",
+                  "^PT\\.JiCloudComputer$",
+                  "^com\\.oray\\.remote$",
+                  "^com\\.p5sys\\.jump\\.mac\\.viewer$"
+              ]
+          }
+         ],
           "type": "basic",
           "from": {
             "key_code": "left_option",
@@ -195,38 +217,6 @@
     {
       "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": [
           {
@@ -234,6 +224,7 @@
               "bundle_identifiers": [
                   "^com\\.teamviewer\\.TeamViewer$",
                   "^PT\\.JiCloudComputer$",
+                  "^com\\.oray\\.remote$",
                   "^com\\.p5sys\\.jump\\.mac\\.viewer$"
               ]
           }
@@ -255,6 +246,7 @@
               "bundle_identifiers": [
                   "^com\\.teamviewer\\.TeamViewer$",
                   "^PT\\.JiCloudComputer$",
+                  "^com\\.oray\\.remote$",
                   "^com\\.p5sys\\.jump\\.mac\\.viewer$"
               ]
           }