MagicMirror plugin for touch gesture commander using touchscreen
- Multi-touch if supported by the touchpanel or touchframe
- Available gestures :
TAP
,DOUBLE_TAP
,PRESS
,SWIPE_UP/DOWN/LEFT/RIGHT
,MOVE_UP/DOWN/LEFT/RIGHT
,ROTATE_CW/CCW
,PINCH_IN/OUT
- Example:
TAP_1
(tapping with 1 finger),SWIPE_LEFT_2
(swiping left with 2 fingers),PINCH_IN_3
(pinching-in with 3 fingers) - For
ROTATE_CW
andROTATE_CCW
only 2 fingers are recognized.
- Example:
- Available commands:
- Emitting custom notifications
- Executing shell script/commands directly
- Executing methods of module(s)
- Usual JavaScript codes
- Different gestures and commands with
mode
by condition - Dynamic configuration : Other module easily add gestureCommand for itself by notification
Read the wiki for the detail configuration.
Read the wiki