Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omeryagmurlu/mpv-gestures
Touchscreen and mouse gestures for mpv
https://github.com/omeryagmurlu/mpv-gestures
gestures mouse mpv mpv-script touchscreen
Last synced: 3 months ago
JSON representation
Touchscreen and mouse gestures for mpv
- Host: GitHub
- URL: https://github.com/omeryagmurlu/mpv-gestures
- Owner: omeryagmurlu
- License: gpl-3.0
- Created: 2020-11-23T18:54:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T14:39:56.000Z (over 2 years ago)
- Last Synced: 2024-08-05T14:16:09.650Z (6 months ago)
- Topics: gestures, mouse, mpv, mpv-script, touchscreen
- Language: Lua
- Homepage:
- Size: 20.5 KB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - gestures - Touchscreen and mouse gestures. (Input)
README
# mpv-gestures
Touchscreen and mouse gestures for mpv.Supports seeking via horizontal swiping with hysteresis and volume and speed control via vertical swiping (left half of the screen for speed, right for volume). You can also click-n-drag for fine control. Swiping with the middle mouse button allows for finer speed controls; horizontal swipes with the middle mouse button change the relative speed, vertical swipes resets it back to 1.00.
You need to set `no-window-dragging` in you `mpv.conf` for this script to work.
For configuration options see the source.