marsqing / libinput-three-finger-drag

Three-finger-drag support for libinput
MIT License
87 stars 11 forks source link

Work with wtype #8

Open emmatebibyte opened 2 years ago

emmatebibyte commented 2 years ago

Could the program work with wtype?

marsqing commented 2 years ago

xdotool can do both keyboard and mouse simulation. wtype only supports keyboard simulation. libinput-three-finger-drag needs mouse simulation of xdotool. So wtype can not be used. If you want to work in Wayland. Maybe ydotool works.