mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +00:00
parent
588e6ae09b
commit
7a1800252c
@ -117,7 +117,7 @@ You can add custom actions for two/three/four finger swipes. To do it, you need
|
|||||||
"type": "swipe",
|
"type": "swipe",
|
||||||
"fingers": 2, // number of fingers required (2,3 or 4)
|
"fingers": 2, // number of fingers required (2,3 or 4)
|
||||||
"direction": "right", // direction of swipe (right/left)
|
"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
|
"sourceApple": { // optional: apple script to run
|
||||||
"inline": "beep"
|
"inline": "beep"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user