comparison doc/finch.1.in @ 25322:73e88188a7d4

Allow rebinding keys to change the focused widget.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 13 Jan 2009 23:13:32 +0000
parents 9809516e0032
children 4cd46791d3a8
comparison
equal deleted inserted replaced
25321:8c2631eb5da7 25322:73e88188a7d4
294 .SH Widget Actions 294 .SH Widget Actions
295 You can specifiy key-bindings for specific widgets. The following entries in 295 You can specifiy key-bindings for specific widgets. The following entries in
296 \fI~/.gntrc\fR correspond to the default keybindings for the actions: 296 \fI~/.gntrc\fR correspond to the default keybindings for the actions:
297 297
298 .br 298 .br
299 [GntBox::binding]
300 .br
301 tab = focus-next
302 .br
303 right = focus-next
304 .br
305 left = focus-prev
306
307 .br
299 [GntEntry::binding] 308 [GntEntry::binding]
300 .br 309 .br
301 c-a = cursor-home 310 c-a = cursor-home
302 .br 311 .br
303 home = cursor-home 312 home = cursor-home