Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fedora34_touchegg-2.0.18-1.x86_64.rpm | 2025-05-24 | 147.1 kB | |
rhel8_touchegg-2.0.18-1.x86_64.rpm | 2025-05-24 | 204.5 kB | |
touchegg_2.0.18_amd64.deb | 2025-05-24 | 129.6 kB | |
2.0.18 - 2025-05-24 source code.tar.gz | 2025-05-24 | 26.8 MB | |
2.0.18 - 2025-05-24 source code.zip | 2025-05-24 | 27.0 MB | |
README.md | 2025-05-24 | 709 Bytes | |
Totals: 6 Items | 54.3 MB | 2 |
-
https://github.com/JoseExposito/touchegg/pull/670 Allow to execute actions on gesture begin and end
Until now, it was only possible to execute the MOUSE_CLICK, SEND_KEYS an RUN_COMMAND actions when the gesture started or when the gesture ended.
Include a third option, <on>begin-and-end</on> allowing to run the actions both when the gesture starts and ends.
When this new setting is used, MOUSE_CLICK starts presses the mouse button when the gesture starts and releases it when the gesture ends.
In the case of RUN_COMMAND, a environment variable is set (TOUCHEGG_GESTURE_ON) allowing the executed script to take different actions at the beginning and the end of the gesture.