iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.58k stars 146 forks source link

how can i use ydotool replace xdotool #282

Closed luyanfeng closed 1 year ago

luyanfeng commented 1 year ago

like this:

pinch:
  2:
    in:
      command: "xdotool keydown ctrl click 4 keyup ctrl" # threshold: 0.5, interval: 0.5
    out:
      command: "xdotool keydown ctrl click 5 keyup ctrl" # threshold: 0.5, interval: 0.5

how can i use ydotool replace xdotool

iberianpig commented 1 year ago

Please ask questions about ydotool in the ydotool repository. It seems that ydotool has changed significantly since version 1.0.0, such as requiring a daemon, and is not a simple replacement for xdotool commands.

luyanfeng commented 1 year ago

ok, thank you

Please ask questions about ydotool in the ydotool repository. It seems that ydotool has changed significantly since version 1.0.0, such as requiring a daemon, and is not a simple replacement for xdotool commands.