File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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')}} `
You can’t perform that action at this time.
0 commit comments