| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 | .TH GRIDMENU 1 grid-0.0.SH NAMEgridmenu \- grid window manager menu.SH SYNOPSIS.B gridmenu.RB [ \-v ].RB [ \-t.IR title ].SH DESCRIPTION.SS Overview.B gridmenuis a generic, highly customizable, and efficient menu for the X Window System,originally designed for.BR grid (1).It supports arbitrary, user defined menu contents..SS Options.TP.B \-vprints version information to stdout, then exits..TP.BI \-t " title"displays.I titleabove the menu..SS Usage.B gridmenureads a list of newline-separated items from stdin and creates a menu.When the user selects an item or enters any text and presses Enter, his choiceis printed to stdout and.B gridmenuterminates..SS Keyboard Control .B gridmenuis completely controlled by the keyboard.  The following keys are recognized:.TP 2Any printable characterappends the character to the text in the input field. This works as a filter:only items containing this text will be displayed..TP 2Left/Right (Control-p/Control-n)select the previous/next item..TP 2Tab (Control-i)copy the selected item to the input field..TP 2Enter (Control-j)confirm selection and quit (print the selected item to stdout)..TP 2Shift-Enter (Shift-Control-j)confirm selection and quit (print the text in the input field to stdout)..TP 2Escape (Control-[)quit without selecting an item..TP 2Backspace (Control-h)remove enough characters from the input field to change its filtering effect..TP 2Control-uremove all characters from the input field..SS Exit codes.B gridmenureturns.B 0if Enter is pressed on termination,.B 1if Escape is pressed..SH SEE ALSO.BR gridwm (1)
 |