|
|
@@ -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": [
|
|
|
{
|