1notcurses-input(1) notcurses-input(1)
2
3
4
6 notcurses-input - Read and display input events
7
9 notcurses-input [-v] [-m]
10
12 notcurses-input reads from stdin and decodes the input to stdout, in‐
13 cluding synthesized events and mouse events. To exit, generate EOF
14 (usually Ctrl+'d').
15
16 Each event will be printed on a single line. Leading that line is a
17 series of modifier indicators:
18
19 • 'A'/'a': Alt was or was not pressed.
20
21 • 'C'/'c': Ctrl was or was not pressed.
22
23 • 'S'/'s': Shift was or was not pressed.
24
25 • 'U'/'u': Super was or was not pressed
26
27 • 'M'/'m': Meta was or was not pressed.
28
29 • 'H'/'h': Hyper was or was not pressed.
30
31 • 'X'/'x': CapsLock was or was not pressed.
32
33 • '#'/'.': NumLock was or was not pressed.
34
35 • 'L'/'R'/'P'/'u': Key was a release, repeat, press, or of unknown
36 type.
37
38 By default, mice events are enabled.
39
41 -v: Increase verbosity. -m: Inhibit mice events.
42
44 Mouse events are only generated for button presses and releases, and
45 for movement while a button is held down.
46
48 tack(1), notcurses(3), notcurses_input(3)
49
51 nick black <nickblack@linux.com>.
52
53
54
55 v3.0.8 notcurses-input(1)