Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display keys and mouse buttons which are currently being pressed on the screen:
`screenkey --mouse`
`screenkey {{[-M|--mouse]}}`
- Launch the settings menu of screenkey:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Launch screenkey at a specific position:
`screenkey --position {{top|center|bottom|fixed}}`
`screenkey {{[-p|--position]}} {{top|center|bottom|fixed}}`
- Change the format of the key modifiers displayed on screen:
@@ -30,8 +30,8 @@ source: https://github.com/tldr-pages/tldr.git
- Change the appearance of screenkey:
`screenkey --bg-color "{{#a1b2c3}}" --font {{Hack}} --font-color {{yellow}} --opacity {{0.8}}`
`screenkey --bg-color "{{#a1b2c3}}" {{[-f|--font]}} {{Hack}} --font-color {{yellow}} --opacity {{0.8}}`
- Drag and select a window on screen to display screenkey:
`screenkey --position fixed --geometry {{$(slop -n -f '%g')}}`
`screenkey {{[-p|--position]}} fixed {{[-g|--geometry]}} {{$(slop {{[-n|--nodecorations]}} {{[-f|--format]}} '%g')}}`