mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 06:49:49 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/ydotool
Normal file
25
tldr/linux/ydotool
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user