BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events
https://www.bluem.net
Other
1.59k stars 116 forks source link

Right mouse button drag and scroll wheel #174

Open andyfreeman opened 10 months ago

andyfreeman commented 10 months ago

Is there a way to specify right vs left mouse button drag? Additionally scroll wheel up or down?

BlueM commented 2 months ago

No, dd initiates a left-button drag.

Just out of curiosity: in which application(s) are right-button drags used?

objspathfind commented 1 month ago

No, dd initiates a left-button drag.

Just out of curiosity: in which application(s) are right-button drags used?

Hi, I need this feature as well. It's really interesting. For me, I want to simulate mouse gestures with the help of cliclick, which are often set up with a right-click drag. For example, in a browser, dragging the right mouse button in a down and right motion indicates the command of "close current tab".