Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b24aa83
)
made dmenu(1) more dwm(1) alike
author
[email protected]
<unknown>
Mon, 7 Aug 2006 12:07:04 +0000
(14:07 +0200)
committer
[email protected]
<unknown>
Mon, 7 Aug 2006 12:07:04 +0000
(14:07 +0200)
dmenu.1
patch
|
blob
|
history
diff --git
a/dmenu.1
b/dmenu.1
index
3387c7a
..
7a45503
100644
(file)
--- a/
dmenu.1
+++ b/
dmenu.1
@@
-15,46
+15,45
@@
It supports arbitrary, user defined menu contents.
.TP
.B \-v
prints version information to stdout, then exits.
.TP
.B \-v
prints version information to stdout, then exits.
-.S
S Usage
+.S
H USAGE
.B dmenu
reads a list of newline-separated items from stdin and creates a menu.
.B dmenu
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
+When the user selects an item or enters any text and presses
Return
, his choice
is printed to stdout and
.B dmenu
terminates.
is printed to stdout and
.B dmenu
terminates.
-.SS Keyboard Control
.B dmenu
is completely controlled by the keyboard. The following keys are recognized:
.B dmenu
is completely controlled by the keyboard. The following keys are recognized:
-.TP
2
+.TP
Any printable character
Any printable character
-
a
ppends the character to the text in the input field. This works as a filter:
+
A
ppends the character to the text in the input field. This works as a filter:
only items containing this text will be displayed.
only items containing this text will be displayed.
-.TP
2
+.TP
Left/Right (Control-p/Control-n)
Left/Right (Control-p/Control-n)
-
s
elect the previous/next item.
-.TP
2
+
S
elect the previous/next item.
+.TP
Tab (Control-i)
Tab (Control-i)
-
c
opy the selected item to the input field.
-.TP
2
-
Enter
(Control-j)
-
c
onfirm selection and quit (print the selected item to stdout).
-.TP
2
-Shift-
Enter
(Shift-Control-j)
-
c
onfirm selection and quit (print the text in the input field to stdout).
-.TP
2
+
C
opy the selected item to the input field.
+.TP
+
Return
(Control-j)
+
C
onfirm selection and quit (print the selected item to stdout).
+.TP
+Shift-
Return
(Shift-Control-j)
+
C
onfirm selection and quit (print the text in the input field to stdout).
+.TP
Escape (Control-[)
Escape (Control-[)
-
q
uit without selecting an item.
-.TP
2
+
Q
uit without selecting an item.
+.TP
Backspace (Control-h)
Backspace (Control-h)
-
r
emove enough characters from the input field to change its filtering effect.
-.TP
2
+
R
emove enough characters from the input field to change its filtering effect.
+.TP
Control-u
Control-u
-
r
emove all characters from the input field.
-.
SS Exit codes
+
R
emove all characters from the input field.
+.
P
.B dmenu
returns
.B 0
.B dmenu
returns
.B 0
-if
Enter
is pressed on termination,
+if
Return
is pressed on termination,
.B 1
if Escape is pressed.
.SH CUSTOMIZATION
.B 1
if Escape is pressed.
.SH CUSTOMIZATION