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,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`xdotool search --onlyvisible --name {{firefox}}`
- Click the right mouse button:
- Perform a mouse `<RightClick>`:
`xdotool click {{3}}`
@@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git
`xdotool type --delay {{500}} "Hello world"`
- Press the enter key:
- Press the `<Enter>` key:
`xdotool key {{KP_Enter}}`