cliclick icon indicating copy to clipboard operation
cliclick copied to clipboard

Add support for right-clicking

Open qguv opened this issue 8 years ago • 2 comments

The pure X11 (Linux) equivalent to cliclick, called xdotool, allows the user to specify which mouse button is used when sending a click event.

qguv avatar May 28 '16 02:05 qguv

Right-clicking is possible by using the traditional “click with Ctrl key pressed” approach: cliclick kd:ctrl c:. ku:ctrl

However, this might not be too obvious. (And there might be peculiar target applications where right-clicking is not the same as Ctrl-clicking.) I’ll see if it can be implemented directly. Probably it’s not a big deal.

BlueM avatar May 30 '16 06:05 BlueM

I've added a new handler in PR #42 - maybe you guys want to check this out ;)

muellermartin avatar Nov 19 '16 13:11 muellermartin