diff options
author | Kris Maglione <jg@suckless.org> | 2007-02-25 16:41:05 -0500 |
---|---|---|
committer | Kris Maglione <jg@suckless.org> | 2007-02-25 16:41:05 -0500 |
commit | 900d34347bd6d35e965ad54b7b4a3f67128b3a2b (patch) | |
tree | 608a5566a86eb78bd2dbe4ce9a73c238de16f965 | |
parent | 4d0cc17794952502dd2d1336877b17e9355b2dcf (diff) |
Escape -s in dmenu.1
-rw-r--r-- | dmenu.1 | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ | |||
1 | .TH DMENU 1 dmenu-VERSION | 1 | .TH DMENU 1 dmenu\-VERSION |
2 | .SH NAME | 2 | .SH NAME |
3 | dmenu \- dynamic menu | 3 | dmenu \- dynamic menu |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
@@ -53,41 +53,41 @@ dmenu is completely controlled by the keyboard. The following keys are recognize | |||
53 | Appends the character to the text in the input field. This works as a filter: | 53 | Appends the character to the text in the input field. This works as a filter: |
54 | only items containing this text will be displayed. | 54 | only items containing this text will be displayed. |
55 | .TP | 55 | .TP |
56 | .B Left/Right (Mod1-h/Mod1-l) | 56 | .B Left/Right (Mod1\-h/Mod1\-l) |
57 | Select the previous/next item. | 57 | Select the previous/next item. |
58 | .TP | 58 | .TP |
59 | .B PageUp/PageDown (Mod1-k/Mod1-j) | 59 | .B PageUp/PageDown (Mod1\-k/Mod1\-j) |
60 | Select the first item of the previous/next 'page' of items. | 60 | Select the first item of the previous/next 'page' of items. |
61 | .TP | 61 | .TP |
62 | .B Home/End (Mod1-g/Mod1-G) | 62 | .B Home/End (Mod1\-g/Mod1\-G) |
63 | Select the first/last item. | 63 | Select the first/last item. |
64 | .TP | 64 | .TP |
65 | .B Tab (Control-i) | 65 | .B Tab (Control\-i) |
66 | Copy the selected item to the input field. | 66 | Copy the selected item to the input field. |
67 | .TP | 67 | .TP |
68 | .B Return (Control-j) | 68 | .B Return (Control\-j) |
69 | Confirm selection and quit (print the selected item to standard output). Returns | 69 | Confirm selection and quit (print the selected item to standard output). Returns |
70 | .B 0 | 70 | .B 0 |
71 | on termination. | 71 | on termination. |
72 | .TP | 72 | .TP |
73 | .B Shift-Return (Control-Shift-j) | 73 | .B Shift\-Return (Control\-Shift\-j) |
74 | Confirm selection and quit (print the text in the input field to standard output). | 74 | Confirm selection and quit (print the text in the input field to standard output). |
75 | Returns | 75 | Returns |
76 | .B 0 | 76 | .B 0 |
77 | on termination. | 77 | on termination. |
78 | .TP | 78 | .TP |
79 | .B Escape (Control-bracketleft) | 79 | .B Escape (Control\-bracketleft) |
80 | Quit without selecting an item. Returns | 80 | Quit without selecting an item. Returns |
81 | .B 1 | 81 | .B 1 |
82 | on termination. | 82 | on termination. |
83 | .TP | 83 | .TP |
84 | .B Backspace (Control-h) | 84 | .B Backspace (Control\-h) |
85 | Remove enough characters from the input field to change its filtering effect. | 85 | Remove enough characters from the input field to change its filtering effect. |
86 | .TP | 86 | .TP |
87 | .B Control-u | 87 | .B Control\-u |
88 | Remove all characters from the input field. | 88 | Remove all characters from the input field. |
89 | .TP | 89 | .TP |
90 | .B Control-w | 90 | .B Control\-w |
91 | Remove all characters of current word from the input field. | 91 | Remove all characters of current word from the input field. |
92 | .SH SEE ALSO | 92 | .SH SEE ALSO |
93 | .BR dwm (1), | 93 | .BR dwm (1), |