wmii

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

commit 9a3f135007d34b660110425071b52b9d2e77fd65
parent 2b55f62c6b844a7f48669272af03c74762acc2d2
Author: Sander van Dijk <sander@wmii.de>
Date:   Sun, 26 Feb 2006 11:51:51 +0100

make shortcut name-ing consistent with wmiirc


Diffstat:
cmd/wmiimenu.1 | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cmd/wmiimenu.1 b/cmd/wmiimenu.1 @@ -30,22 +30,22 @@ 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 -Left/Right (C-p/C-n) +Left/Right (Control-p/Control-n) select the previous/next item. .TP 2 -Tab (C-i) +Tab (Control-i) copy the selected item to the input field. .TP 2 -Enter (C-j) +Enter (Control-j) confirm selection and quit. .TP 2 -Escape (C-[) +Escape (Control-[) quit without selecting an item. .TP 2 -Backspace (C-h) +Backspace (Control-h) remove enough characters from the input field to change its filtering effect. .TP 2 -C-u +Control-u remove all characters from the input field. .SH SEE ALSO .BR wmii (1),