diff options
-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-[) |