comparison doc/gaim-text.1.in @ 14793:8a0cfee11af8

[gaim-migrate @ 17558] Introduce actions. You can specify the bindings for the actions. Right now, only the tree and the entry widget have them. The manual includes the details. I believe Ethan had suggested something like this a while back. It made sense, so here it is. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 21 Oct 2006 21:08:24 +0000
parents 4b20371086f0
children 9ee68ce424ec
comparison
equal deleted inserted replaced
14792:242f948ee707 14793:8a0cfee11af8
190 [GntButton::remap] 190 [GntButton::remap]
191 .br 191 .br
192 \\ = \\r 192 \\ = \\r
193 .br 193 .br
194 194
195 .SH Widget Actions
196 You can specifiy key-bindings for specific widgets. The following entries in
197 \fI~/.gntrc\fR correspond to the default keybindings for the actions:
198
199 .br
200 [GntEntry::binding]
201 .br
202 c-a = cursor-home
203 .br
204 home = cursor-home
205 .br
206 c-e = cursor-end
207 .br
208 end = cursor-end
209 .br
210 backspace = delete-prev
211 .br
212 del = delete-next
213 .br
214 c-d = delete-next
215 .br
216 c-u = delete-start
217 .br
218 c-k = delete-end
219 .br
220 left = cursor-prev
221 .br
222 right = cursor-next
223 .br
224 tab = suggest-show
225 .br
226 down = suggest-next
227 .br
228 up = suggest-prev
229 .br
230
231 .br
232 [GntTree::binding]
233 .br
234 up = move-up
235 .br
236 down = move-down
237 .br
238 c-n = move-down
239 .br
240 c-p = move-up
241 .br
242 pageup = page-up
243 .br
244 pagedown = page-down
245 .br
246
247 The \fBc-\fR corresponds to the \fBControl\fR key. You can also use \fBctrl-\fR
248 or \fBctr-\fR or \fBctl-\fR to indicate a combination. For alt-keys, you can use
249 one of \fBa-\fR, \fBalt-\fR, \fBm-\fR or \fBmeta-\fR. You can also use
250 \fBhome\fR, \fBend\fR, \fBleft\fR, \fBright\fR etc. keys.
251
195 .SH Mouse Support 252 .SH Mouse Support
196 There is experimental mouse support. You can focus windows, activate buttons, 253 There is experimental mouse support. You can focus windows, activate buttons,
197 select rows in a list, scroll using the wheel-scroll etc. Mouse support is 254 select rows in a list, scroll using the wheel-scroll etc. Mouse support is
198 disabled by default, so you need to enable it in ~/.gntrc (see the sample 255 disabled by default, so you need to enable it in ~/.gntrc (see the sample
199 above). 256 above).