notcurses-input - Man Page
Read and display input events
Synopsis
notcurses-input [-v]
Description
notcurses-input reads from stdin and decodes the input to stdout, including synthesized events and mouse events. To exit, generate EOF (usually Ctrl+'d').
Each event will be printed on a single line. Leading that line is a series of modifier indicators:
- 'A'/'a': Alt was or was not pressed.
- 'C'/'c': Ctrl was or was not pressed.
- 'S'/'s': Shift was or was not pressed.
- 'M'/'m': Meta was or was not pressed.
- 'L'/'R'/'P'/'u': Key was a release, repeat, press, or of unknown type.
Options
- -v
- : Increase verbosity.
Notes
Mouse events are only generated for button presses and releases, and for movement while a button is held down.
See Also
Authors
nick black <nickblack@linux.com>.
Referenced By
v3.0.4