|
|
@@ -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$"
|
|
|
]
|
|
|
}
|