removed control sequences which actually aren't implemented anymore (only the real unix control sequences are implemented) 66f2a93e
Anselm R.Garbe · 2006-08-09 18:45 1 file(s) · +4 −4
dmenu.1 +4 −4
29 29
Appends the character to the text in the input field. This works as a filter:
30 30
only items containing this text will be displayed.
31 31
.TP
32 -
Left/Right (Control-p/Control-n)
32 +
Left/Right
33 33
Select the previous/next item.
34 34
.TP
35 -
Tab (Control-i)
35 +
Tab
36 36
Copy the selected item to the input field.
37 37
.TP
38 -
Return (Control-j)
38 +
Return
39 39
Confirm selection and quit (print the selected item to stdout).
40 40
.TP
41 -
Shift-Return (Shift-Control-j)
41 +
Shift-Return
42 42
Confirm selection and quit (print the text in the input field to stdout).
43 43
.TP
44 44
Escape (Control-[)