|
|
@@ -192,6 +192,25 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "conditions": [
|
|
|
+ {
|
|
|
+ "type": "frontmost_application_if",
|
|
|
+ "bundle_identifiers": [
|
|
|
+ "^com\\.teamviewer\\.TeamViewer$"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "basic",
|
|
|
+ "from": {
|
|
|
+ "key_code": "left_control"
|
|
|
+ },
|
|
|
+ "to": [
|
|
|
+ {
|
|
|
+ "key_code": "fn"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"conditions": [
|
|
|
{
|
|
|
@@ -207,7 +226,7 @@
|
|
|
},
|
|
|
"to": [
|
|
|
{
|
|
|
- "key_code": "left_control"
|
|
|
+ "key_code": "left_command"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -226,7 +245,7 @@
|
|
|
},
|
|
|
"to": [
|
|
|
{
|
|
|
- "key_code": "left_command"
|
|
|
+ "key_code": "left_option"
|
|
|
}
|
|
|
]
|
|
|
}
|