wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 4add58c688413bdac7afeef67080d6a4393c278d
parent aa2e2bb7030979fcf0367c2168d79efd20019c25
Author: Georg Neis <gn@wmii.de>
Date:   Sun, 19 Feb 2006 00:14:05 +0200

further wmiimenu manpage changes (usage)


Diffstat:
cmd/wmiimenu.1 | 17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/cmd/wmiimenu.1 b/cmd/wmiimenu.1 @@ -15,11 +15,18 @@ It supports arbitrary, user defined menu contents. .TP .B \-v prints version information to stderr, then exits. -.SS Keys +.SS Usage .B wmiimenu -is completely keyboard controlled, these are the keys: +reads 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 choice +is printed to stdout and +.B wmiimenu +terminates. +.SS Keyboard Control +.B wmiimenu +is completely controlled by the keyboard. The following keys are recognized: .TP 2 -Any printable character: +Any printable character append the character to the text in the input field. This works as a filter: only items containing this text will be displayed. .TP 2 @@ -40,10 +47,6 @@ remove enough characters from the input field to change its filtering effect. .TP 2 C-u remove all characters from the input field. -.SS Customization -.B wmiimenu -is customized by providing it a list of newline-separated items from stdin on startup. -The selected item is printed to stdout. .SH SEE ALSO .BR wmii (1), .BR wmiiwm (1),