From: <sa...@us...> - 2006-11-15 19:12:12
|
Revision: 17751 http://svn.sourceforge.net/gaim/?rev=17751&view=rev Author: sadrul Date: 2006-11-15 11:12:09 -0800 (Wed, 15 Nov 2006) Log Message: ----------- Update the manual for the rebindable wm-actions. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-11-15 07:18:16 UTC (rev 17750) +++ trunk/doc/gaim-text.1.in 2006-11-15 19:12:09 UTC (rev 17751) @@ -258,6 +258,9 @@ .br pagedown = page-down .br +# The following will let you open the context-menu in the buddylist with c-b +.br +c-b = context-menu The \fBc-\fR corresponds to the \fBControl\fR key. You can also use \fBctrl-\fR or \fBctr-\fR or \fBctl-\fR to indicate a combination. For alt-keys, you can use @@ -267,7 +270,7 @@ .SH Mouse Support There is experimental mouse support. You can focus windows, activate buttons, select rows in a list, scroll using the wheel-scroll etc. Mouse support is -disabled by default, so you need to enable it in ~/.gntrc (see the sample +disabled by default, so you need to enable it in \fI~/.gntrc\fR (see the sample above). .SH Window Management @@ -278,9 +281,48 @@ the screen, instead of at the upper-left corder. It is provided as a sample simple manager, but it should be possible to write more complex managers, and it's very possible that the window-manager API will need to be enhanced. Look at -the sample ~/.gntrc file above to see how to select a window-manager. +the sample \fI~/.gntrc\fR file above to see how to select a window-manager. +It is also possible to rebind the window-manager actions in \fI~/.gntrc\fR, eg: +.br +[GntWM::binding] +.br +a-n = window-next +.br +a-p = window-prev +.br +a-c = window-close +.br +a-w = window-list +.br +a-d = dump-screen +.br +a-, = shift-left +.br +a-. = shift-right +.br +a-a = action-list +.br +a-m = start-move +.br +a-r = start-resize +.br +a-q = wm-quit +.br +a-l = refresh-screen +.br +# The following action is still incomplete, and doesn't have a default binding +.br +# switch-window-n +.br + +# For the sample custom window manager +.br +[GntS::binding] +.br +c-t = toggle-buddylist + .SH Conversation Commands There are a few helpful commands in addition to the regular commands. You can use these from any conversation to access other windows. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |