diff options
author | David Demelier <markand@malikania.fr> | 2018-05-09 21:27:29 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-12 19:12:25 +0200 |
commit | e75494b730ea6883e68072a106a09a301cfaf845 (patch) | |
tree | effe0b4b9e780c417e906d7b9643bc529b9022ac | |
parent | 0f76dd2fb89748eb5460adbc87c4e98bcce09763 (diff) |
Use bold for keyboard shortcuts in dmenu.1
Like dwm, use the same syntax for all keyboard shortcuts for
consistency.
-rw-r--r-- | dmenu.1 | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -106,88 +106,88 @@ Move cursor to the start of the current word | |||
106 | .B Ctrl-Right | 106 | .B Ctrl-Right |
107 | Move cursor to the end of the current word | 107 | Move cursor to the end of the current word |
108 | .TP | 108 | .TP |
109 | C\-a | 109 | .B C\-a |
110 | Home | 110 | Home |
111 | .TP | 111 | .TP |
112 | C\-b | 112 | .B C\-b |
113 | Left | 113 | Left |
114 | .TP | 114 | .TP |
115 | C\-c | 115 | .B C\-c |
116 | Escape | 116 | Escape |
117 | .TP | 117 | .TP |
118 | C\-d | 118 | .B C\-d |
119 | Delete | 119 | Delete |
120 | .TP | 120 | .TP |
121 | C\-e | 121 | .B C\-e |
122 | End | 122 | End |
123 | .TP | 123 | .TP |
124 | C\-f | 124 | .B C\-f |
125 | Right | 125 | Right |
126 | .TP | 126 | .TP |
127 | C\-g | 127 | .B C\-g |
128 | Escape | 128 | Escape |
129 | .TP | 129 | .TP |
130 | C\-h | 130 | .B C\-h |
131 | Backspace | 131 | Backspace |
132 | .TP | 132 | .TP |
133 | C\-i | 133 | .B C\-i |
134 | Tab | 134 | Tab |
135 | .TP | 135 | .TP |
136 | C\-j | 136 | .B C\-j |
137 | Return | 137 | Return |
138 | .TP | 138 | .TP |
139 | C\-J | 139 | .B C\-J |
140 | Shift-Return | 140 | Shift-Return |
141 | .TP | 141 | .TP |
142 | C\-k | 142 | .B C\-k |
143 | Delete line right | 143 | Delete line right |
144 | .TP | 144 | .TP |
145 | C\-m | 145 | .B C\-m |
146 | Return | 146 | Return |
147 | .TP | 147 | .TP |
148 | C\-M | 148 | .B C\-M |
149 | Shift-Return | 149 | Shift-Return |
150 | .TP | 150 | .TP |
151 | C\-n | 151 | .B C\-n |
152 | Down | 152 | Down |
153 | .TP | 153 | .TP |
154 | C\-p | 154 | .B C\-p |
155 | Up | 155 | Up |
156 | .TP | 156 | .TP |
157 | C\-u | 157 | .B C\-u |
158 | Delete line left | 158 | Delete line left |
159 | .TP | 159 | .TP |
160 | C\-w | 160 | .B C\-w |
161 | Delete word left | 161 | Delete word left |
162 | .TP | 162 | .TP |
163 | C\-y | 163 | .B C\-y |
164 | Paste from primary X selection | 164 | Paste from primary X selection |
165 | .TP | 165 | .TP |
166 | C\-Y | 166 | .B C\-Y |
167 | Paste from X clipboard | 167 | Paste from X clipboard |
168 | .TP | 168 | .TP |
169 | M\-b | 169 | .B M\-b |
170 | Move cursor to the start of the current word | 170 | Move cursor to the start of the current word |
171 | .TP | 171 | .TP |
172 | M\-f | 172 | .B M\-f |
173 | Move cursor to the end of the current word | 173 | Move cursor to the end of the current word |
174 | .TP | 174 | .TP |
175 | M\-g | 175 | .B M\-g |
176 | Home | 176 | Home |
177 | .TP | 177 | .TP |
178 | M\-G | 178 | .B M\-G |
179 | End | 179 | End |
180 | .TP | 180 | .TP |
181 | M\-h | 181 | .B M\-h |
182 | Up | 182 | Up |
183 | .TP | 183 | .TP |
184 | M\-j | 184 | .B M\-j |
185 | Page down | 185 | Page down |
186 | .TP | 186 | .TP |
187 | M\-k | 187 | .B M\-k |
188 | Page up | 188 | Page up |
189 | .TP | 189 | .TP |
190 | M\-l | 190 | .B M\-l |
191 | Down | 191 | Down |
192 | .SH SEE ALSO | 192 | .SH SEE ALSO |
193 | .IR dwm (1), | 193 | .IR dwm (1), |