mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 20:35:26 +02:00
ydotool: add page (#12587)
* ydotool: add page * Update pages/linux/ydotool.md Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> * Update pages/linux/ydotool.md Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> * Update ydotool.md * Update pages/linux/ydotool.md Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> * Update ydotool.md * Update ydotool.md --------- Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
dcfabeda85
commit
4baf74784c
1 changed files with 20 additions and 0 deletions
20
pages/linux/ydotool.md
Normal file
20
pages/linux/ydotool.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# ydotool
|
||||
|
||||
> Control keyboard and mouse inputs via commands in a way that is display server agnostic.
|
||||
> More information: <https://github.com/ReimuNotMoe/ydotool>.
|
||||
|
||||
- Start the ydotool daemon in the background:
|
||||
|
||||
`ydotoold`
|
||||
|
||||
- Perform a left click input:
|
||||
|
||||
`ydotool click 0xC0`
|
||||
|
||||
- Perform a right click input:
|
||||
|
||||
`ydotool click 0xC1`
|
||||
|
||||
- Input Alt+F4:
|
||||
|
||||
`ydotool key 56:1 62:1 62:0 56:0`
|
Loading…
Add table
Reference in a new issue