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