1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-09 16:48:38 +00:00

Fix error. (#325)

Colon expected.
This commit is contained in:
Kaibin Yang 2020-08-13 19:32:55 +08:00 committed by GitHub
parent 588e6ae09b
commit 7a1800252c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,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"
},