Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-10 00:15:53 +00:00
parent 9e2d0f72f1
commit dc654e9ad5
133 changed files with 423 additions and 367 deletions

View File

@@ -12,14 +12,14 @@ source: https://github.com/tldr-pages/tldr.git
`ydotoold`
- Perform a left click input:
- Perform a `<LeftClick>` input:
`ydotool click 0xC0`
- Perform a right click input:
- Perform a `<RightClick>` input:
`ydotool click 0xC1`
- Input Alt+F4:
- Input `<Alt F4>`:
`ydotool key 56:1 62:1 62:0 56:0`