ReimuNotMoe / ydotool

Generic command-line automation tool (no X!)
GNU Affero General Public License v3.0
1.46k stars 79 forks source link

still too slow #31

Open icedman opened 4 years ago

icedman commented 4 years ago

i've tested wayland, libinput-gestures with ydotool/mousemove_relative to simulate three finger drag. still too much latency even with the daemon.

i intended to replace x11, libinput-gestures, xdotool - with the above; but no luck for now

ClassicOldSong commented 4 years ago

It is possible to simulate multiple finger drag with libuInputPlus.

We'll look into the delay issue asap.

ReimuNotMoe commented 4 years ago

We need a dedicated `tool' for them. Implementing this by calling x|ydotool multiple times is inefficient.

I'll work on this when I have time.

ferstar commented 1 year ago

@icedman Hi mate, why not give https://github.com/ferstar/gestures.git a try? I've specifically optimized the performance of three-finger dragging, and it's incredibly smooth.