5252 -h, --help show this help message
5353
5454DISPLAY OPTIONS
55- -c, --released-color COLOR dot color when mouse button releaed [default: #d62728]
55+ -c, --released-color COLOR dot color when mouse button released [default: #d62728]
5656 -p, --pressed-color COLOR dot color when mouse button pressed [default: #1f77b4]
5757 -o, --outline OUTLINE line width of outline or 0 for filled dot [default: 0]
5858 -r, --radius RADIUS dot radius in pixels [default: 5]
@@ -63,4 +63,21 @@ TIMEOUT OPTIONS
6363 --auto-hide-cursor hide cursor when not moving after timeout
6464 --auto-hide-highlight hide highlighter when not moving after timeout
6565 -t, --hide-timeout TIMEOUT timeout for hiding when idle, in seconds [default: 3]
66+
67+ HOTKEY OPTIONS
68+ --key-quit KEY quit
69+ --key-toggle-cursor KEY toggle cursor visibility
70+ --key-toggle-highlight KEY toggle highlight visibility
71+ --key-toggle-auto-hide-cursor KEY toggle auto-hiding cursor when not moving
72+ --key-toggle-auto-hide-highlight KEY toggle auto-hiding highlight when not moving
73+
74+ Hotkeys are global and can only be used if not set yet by a different process.
75+ Keys can be given with modifiers
76+ 'S' (shift key), 'C' (ctrl key), 'M' (alt/meta key), 'H' (super/"windows" key)
77+ delimited by a '-'.
78+ Keys themselves are parsed by X, so chars like a...z can be set directly,
79+ special keys are named as in /usr/include/X11/keysymdef.h
80+ or see, e.g. http://xahlee.info/linux/linux_show_keycode_keysym.html
81+
82+ Examples: 'H-Left', 'C-S-a'
6683```
0 commit comments