snippetbashTip
ydotool — Control keyboard and mouse inputs via commands in a way that is display server agnostic. More inform
Viewed 0 times
commandkeyboardydotoolandclicontrolinputsmouse
linux
Problem
How to use the
ydotool command: Control keyboard and mouse inputs via commands in a way that is display server agnostic. More information: <https://github.com/ReimuNotMoe/ydotool#usage>.Solution
ydotool — Control keyboard and mouse inputs via commands in a way that is display server agnostic. More information: <https://github.com/ReimuNotMoe/ydotool#usage>.Start the ydotool daemon in the background:
ydotooldPerform a
<LeftClick> input:ydotool click 0xC0Perform a
<RightClick> input:ydotool click 0xC1Input
<Alt F4>:ydotool key 56:1 62:1 62:0 56:0Code Snippets
Start the ydotool daemon in the background
ydotooldPerform a `<LeftClick>` input
ydotool click 0xC0Perform a `<RightClick>` input
ydotool click 0xC1Input `<Alt F4>`
ydotool key 56:1 62:1 62:0 56:0Context
tldr-pages: linux/ydotool
Revisions (0)
No revisions yet.