comparison doc/gaim-text.1.in @ 15125:ed14c190a868

[gaim-migrate @ 17910] Fix cursor-prev-word and delete-prev-word for non-ascii characters. Add new action cursor-next-word with a-f as the default binding. Update the manpage for the changes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 07 Dec 2006 06:43:37 +0000
parents c8228e154e24
children 3fb20516042b
comparison
equal deleted inserted replaced
15124:c8957b9c6202 15125:ed14c190a868
243 .br 243 .br
244 down = suggest-next 244 down = suggest-next
245 .br 245 .br
246 up = suggest-prev 246 up = suggest-prev
247 .br 247 .br
248 # The following actions don't have any default binding: 248 c-w = delete-prev-word
249 .br 249 .br
250 # delete-prev-word 250 a-b = cursor-prev-word
251 .br 251 .br
252 # cursor-prev-word 252 a-f = cursor-next-word
253 253
254 .br 254 .br
255 [GntTree::binding] 255 [GntTree::binding]
256 .br 256 .br
257 up = move-up 257 up = move-up
264 .br 264 .br
265 pageup = page-up 265 pageup = page-up
266 .br 266 .br
267 pagedown = page-down 267 pagedown = page-down
268 .br 268 .br
269 # Following is the default binding for the context-menu
270 .br
271 menu = context-menu
272 .br
269 # The following will let you open the context-menu in the buddylist with c-b 273 # The following will let you open the context-menu in the buddylist with c-b
270 .br 274 .br
271 c-b = context-menu 275 # c-b = context-menu
272 .br
273 276
274 .br 277 .br
275 [GntWidget::binding] 278 [GntWidget::binding]
276 .br 279 .br
277 f11 = context-menu 280 f11 = context-menu
339 342
340 # For the sample custom window manager 343 # For the sample custom window manager
341 .br 344 .br
342 [GntS::binding] 345 [GntS::binding]
343 .br 346 .br
344 c-t = toggle-buddylist 347 a-b = toggle-buddylist
345 348
346 .SH Conversation Commands 349 .SH Conversation Commands
347 There are a few helpful commands in addition to the regular commands. You can 350 There are a few helpful commands in addition to the regular commands. You can
348 use these from any conversation to access other windows. 351 use these from any conversation to access other windows.
349 352