aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-09 18:45:32 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-09 18:45:32 +0200
commit66f2a93eaa25255daac4316bbaf5f41098a7fd45 (patch)
treea61b0297abdebaa1b0a51680ea4ef4e5eded5e14
parenta381b3a8196d7b28b4a0f107f86974741abfdfac (diff)
removed control sequences which actually aren't implemented anymore (only the real unix control sequences are implemented)
-rw-r--r--dmenu.18
1 files changed, 4 insertions, 4 deletions
diff --git a/dmenu.1 b/dmenu.1
index 7a45503..db919db 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -29,16 +29,16 @@ Any printable character
29Appends the character to the text in the input field. This works as a filter: 29Appends the character to the text in the input field. This works as a filter:
30only items containing this text will be displayed. 30only items containing this text will be displayed.
31.TP 31.TP
32Left/Right (Control-p/Control-n) 32Left/Right
33Select the previous/next item. 33Select the previous/next item.
34.TP 34.TP
35Tab (Control-i) 35Tab
36Copy the selected item to the input field. 36Copy the selected item to the input field.
37.TP 37.TP
38Return (Control-j) 38Return
39Confirm selection and quit (print the selected item to stdout). 39Confirm selection and quit (print the selected item to stdout).
40.TP 40.TP
41Shift-Return (Shift-Control-j) 41Shift-Return
42Confirm selection and quit (print the text in the input field to stdout). 42Confirm selection and quit (print the text in the input field to stdout).
43.TP 43.TP
44Escape (Control-[) 44Escape (Control-[)