Multi Touch Touchpad Actions
Invoke multi finger tap and swipe gestures on the touchpad by creating custom actions on up
, down
, left
, right
, and center
with action types multi_tap_action
, multi_double_tap_action
and multi_hold_action
.
custom_actions:
up:
multi_tap_action:
action: key
key: VOLUME_UP
down:
multi_tap_action:
action: key
key: VOLUME_DOWN
left:
multi_tap_action:
action: key
key: MEDIA_REWIND
right:
multi_tap_action:
action: key
key: MEDIA_FAST_FORWARD
center:
double_tap_action:
action: key
key: BACK
multi_tap_action:
action: key
key: SEARCH
multi_hold_action:
action: key
key: HOME
multi_double_tap_action:
action: key
key: MUTE
Other changes:
- Improved touchpad swipe direction detection and decreased sensitivity.
- Held swipe direction can now be changed mid swipe.
- Slider render fixes.
Full Changelog: 3.2.10...3.3.0-beta.001