3 İşlemeler e1cf3beb7e ... fa9492b0c1

Yazar SHA1 Mesaj Tarih
  roman fa9492b0c1 更新1.4版本,支持极云客户端 5 yıl önce
  roman e1cf3beb7e test 5 yıl önce
  roman 0cc7ed2c65 test 5 yıl önce
2 değiştirilmiş dosya ile 7 ekleme ve 65 silme
  1. 5 1
      Readme.md
  2. 2 64
      RomansProfile.json

+ 5 - 1
Readme.md

@@ -4,10 +4,14 @@
 
 通过链接 `karabiner://karabiner/assets/complex_modifications/import?url=` 可以直接导入到 Karabiner-Elements 的 complex_modifications 模块当中
 
-[点击导入](karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/clm0081/karabiner-profile/master/RomansProfile.json)
+[点击导入](karabiner://karabiner/assets/complex_modifications/import?url=https://git.flyingrome.net/clm0081/karabiner-profile/raw/master/RomansProfile.json)
 
 ## Update log
  
+##### Version 1.4: 
+
+* 修改Fn,Control,Option,Command对应的键位(只在Teamviewer和极云客户端中)。
+ 
 ##### Version 1.3: 
 
 * 修改Fn,Control,Option,Command对应的键位(只在Teamviewer中)。

+ 2 - 64
RomansProfile.json

@@ -171,69 +171,7 @@
       ]
     },
     {
-      "description": "Change Fn,Control,Option in JI_Cloud",
-      "manipulators": [
-        {
-         "conditions": [
-          {
-              "type": "frontmost_application_if",
-              "bundle_identifiers": [
-                  "^PT\\.JiCloudComputer$"
-              ]
-          }
-         ],
-          "type": "basic",
-          "from": {
-            "key_code": "fn"
-          },
-          "to": [
-            {
-              "key_code": "left_command"
-            }
-          ]
-        },
-        {
-         "conditions": [
-          {
-              "type": "frontmost_application_if",
-              "bundle_identifiers": [
-                  "^PT\\.JiCloudComputer$"
-              ]
-          }
-         ],
-          "type": "basic",
-          "from": {
-            "key_code": "left_control"
-          },
-          "to": [
-            {
-              "key_code": "fn"
-            }
-          ]
-        },
-        {
-         "conditions": [
-          {
-              "type": "frontmost_application_if",
-              "bundle_identifiers": [
-                  "^PT\\.JiCloudComputer$"
-              ]
-          }
-         ],
-          "type": "basic",
-          "from": {
-            "key_code": "left_command"
-          },
-          "to": [
-            {
-              "key_code": "left_control"
-            }
-          ]
-        }
-      ]
-    },
-    {
-      "description": "Change Fn,Control,Option in Teamviewer",
+      "description": "Change Fn,Control,Option in Teamviewer and JI_Cloud",
       "manipulators": [
         {
          "conditions": [
@@ -291,7 +229,7 @@
           },
           "to": [
             {
-              "key_code": "fn"
+              "key_code": "left_control"
             }
           ]
         }