Escape -s in dmenu.1 900d3434
Kris Maglione · 2007-02-25 16:41 1 file(s) · +11 −11
dmenu.1 +11 −11
1 -
.TH DMENU 1 dmenu-VERSION
1 +
.TH DMENU 1 dmenu\-VERSION
2 2
.SH NAME
3 3
dmenu \- dynamic menu
4 4
.SH SYNOPSIS
53 53
Appends the character to the text in the input field.  This works as a filter:
54 54
only items containing this text will be displayed.
55 55
.TP
56 -
.B Left/Right (Mod1-h/Mod1-l)
56 +
.B Left/Right (Mod1\-h/Mod1\-l)
57 57
Select the previous/next item.
58 58
.TP
59 -
.B PageUp/PageDown (Mod1-k/Mod1-j)
59 +
.B PageUp/PageDown (Mod1\-k/Mod1\-j)
60 60
Select the first item of the previous/next 'page' of items.
61 61
.TP
62 -
.B Home/End (Mod1-g/Mod1-G)
62 +
.B Home/End (Mod1\-g/Mod1\-G)
63 63
Select the first/last item.
64 64
.TP
65 -
.B Tab (Control-i)
65 +
.B Tab (Control\-i)
66 66
Copy the selected item to the input field.
67 67
.TP
68 -
.B Return (Control-j)
68 +
.B Return (Control\-j)
69 69
Confirm selection and quit (print the selected item to standard output). Returns
70 70
.B 0
71 71
on termination.
72 72
.TP
73 -
.B Shift-Return (Control-Shift-j)
73 +
.B Shift\-Return (Control\-Shift\-j)
74 74
Confirm selection and quit (print the text in the input field to standard output).
75 75
Returns
76 76
.B 0
77 77
on termination.
78 78
.TP
79 -
.B Escape (Control-bracketleft)
79 +
.B Escape (Control\-bracketleft)
80 80
Quit without selecting an item. Returns
81 81
.B 1
82 82
on termination.
83 83
.TP
84 -
.B Backspace (Control-h)
84 +
.B Backspace (Control\-h)
85 85
Remove enough characters from the input field to change its filtering effect.
86 86
.TP
87 -
.B Control-u
87 +
.B Control\-u
88 88
Remove all characters from the input field.
89 89
.TP
90 -
.B Control-w
90 +
.B Control\-w
91 91
Remove all characters of current word from the input field.
92 92
.SH SEE ALSO
93 93
.BR dwm (1),