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