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