1 .TH GRIDMENU 1 grid-0.0
3 gridmenu \- grid window manager menu
12 is a generic, highly customizable, and efficient menu for the X Window System,
13 originally designed for
15 It supports arbitrary, user defined menu contents.
19 prints version information to stdout, then exits.
27 reads a list of newline-separated items from stdin and creates a menu.
28 When the user selects an item or enters any text and presses Enter, his choice
29 is printed to stdout and
34 is completely controlled by the keyboard. The following keys are recognized:
36 Any printable character
37 appends the character to the text in the input field. This works as a filter:
38 only items containing this text will be displayed.
40 Left/Right (Control-p/Control-n)
41 select the previous/next item.
44 copy the selected item to the input field.
47 confirm selection and quit (print the selected item to stdout).
49 Shift-Enter (Shift-Control-j)
50 confirm selection and quit (print the text in the input field to stdout).
53 quit without selecting an item.
56 remove enough characters from the input field to change its filtering effect.
59 remove all characters from the input field.
64 if Enter is pressed on termination,