comfortable-swipe/lib/gesture
Rico Tiongson 8f6e231a5e
Patch missing GESTURE_SWIPE_BEGIN for Microsoft Surface Pro (#69)
* Patch missing GESTURE_SWIPE_BEGIN for Microsoft Surface Pro

Touchpad for Microsoft Surface Pro doesn't show GESTURE_SWIPE_BEGIN
in comfortable-swipe debug due to unresolved bug from libinput.
This fix temporarily patches that issue by adding UPDATE pattern to
the gesture begin regex.

* Defer patch to GESTURE_SWIPE_UPDATE regex pattern instead of modifying GESTURE_SWIPE_BEGIN
2019-05-02 15:53:33 +08:00
..
swipe_gesture.cpp Patch missing GESTURE_SWIPE_BEGIN for Microsoft Surface Pro (#69) 2019-05-02 15:53:33 +08:00
swipe_gesture.h Add parse_line method to decouple buffer from gesture handler (#50) 2019-02-12 19:28:53 +08:00
swipe_gesture.regex.cpp Add status service command (#54) 2019-02-13 09:27:41 +08:00
xdo_gesture.cpp Status command (#56) 2019-02-15 14:17:47 +08:00
xdo_gesture.h Add parse_line method to decouple buffer from gesture handler (#50) 2019-02-12 19:28:53 +08:00