mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 00:58:37 +00:00
Fix error.
Colon expected.
This commit is contained in:
parent
aa69d5f592
commit
57e9c60ccd
@ -116,7 +116,7 @@ You can add custom actions for two/three/four finger swipes. To do it, you need
|
||||
"type": "swipe",
|
||||
"fingers": 2, // number of fingers required (2,3 or 4)
|
||||
"direction": "right", // direction of swipe (right/left)
|
||||
"minOffset" 10, // optional: minimal required offset for gesture to emit event
|
||||
"minOffset": 10, // optional: minimal required offset for gesture to emit event
|
||||
"sourceApple": { // optional: apple script to run
|
||||
"inline": "beep"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user