mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 17:51:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -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')}}`
|
||||
|
||||
Reference in New Issue
Block a user