Skip to content

Commit fe7a551

Browse files
ashishbinuCleanMachine1bl-uemarchersimon
authored
screenkey: add page (#5999)
Co-authored-by: CleanMachine1 <[email protected]> Co-authored-by: bl-ue <[email protected]> Co-authored-by: marchersimon <[email protected]>
1 parent b9f699c commit fe7a551

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pages/linux/screenkey.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# screenkey
2+
3+
> A screencast tool to display keys pressed.
4+
> More information: <https://www.thregr.org/~wavexx/software/screenkey/>.
5+
6+
- Display keys which are currently being pressed on the screen:
7+
8+
`screenkey`
9+
10+
- Display keys and mouse buttons which are currently being pressed on the screen:
11+
12+
`screenkey --mouse`
13+
14+
- Launch the settings menu of screenkey:
15+
16+
`screenkey --show-settings`
17+
18+
- Launch screenkey at a specific position:
19+
20+
`screenkey --position {{top|center|bottom|fixed}}`
21+
22+
- Change the format of the key modifiers displayed on screen:
23+
24+
`screenkey --mods-mode {{normal|emacs|mac|win|tux}}`
25+
26+
- Change the appearance of screenkey:
27+
28+
`screenkey --bg-color "{{#a1b2c3}}" --font {{Hack}} --font-color {{yellow}} --opacity {{0.8}}`
29+
30+
- Drag and select a window on screen to display screenkey:
31+
32+
`screenkey --position fixed --geometry {{$(slop -n -f '%g')}}`

0 commit comments

Comments
 (0)