From: <sa...@us...> - 2006-10-20 02:38:29
|
Revision: 17552 http://svn.sourceforge.net/gaim/?rev=17552&view=rev Author: sadrul Date: 2006-10-19 19:38:21 -0700 (Thu, 19 Oct 2006) Log Message: ----------- s/GntGaim/Gaim-Text/ in the manpage. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-10-20 00:19:41 UTC (rev 17551) +++ trunk/doc/gaim-text.1.in 2006-10-20 02:38:21 UTC (rev 17552) @@ -21,7 +21,7 @@ .\" USA. .TH gaim-text 1 .SH NAME -GntGaim \- A Pimpin' Penguin console frontend for Instant Messaging client Gaim. +Gaim-Text \- A Pimpin' Penguin console frontend for Instant Messaging client Gaim. .SH SYNOPSIS .TP 5 \fBgaim-text \fI[options]\fR This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:18:54
|
Revision: 17597 http://svn.sourceforge.net/gaim/?rev=17597&view=rev Author: sadrul Date: 2006-10-27 23:18:47 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Update the manual for the latest change. Also add a few bits that someone pointed out were missing. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-10-28 06:09:20 UTC (rev 17596) +++ trunk/doc/gaim-text.1.in 2006-10-28 06:18:47 UTC (rev 17597) @@ -59,6 +59,10 @@ .SH GNT Shortcuts You can use the following shortcuts: .TP +.B Alt \+ a +Bring up a list of available actions. You can use this list to access the +accounts window, plugins window, preference window etc. +.TP .B Alt \+ n Go to the next window. .TP @@ -99,6 +103,10 @@ .TP .B Alt \+ 1 2 ... 0 Jump to the 1st, 2nd ... 10th window. +.TP +.B Ctrl \+ o +Bring up the menu (if there is one) for a window. Note that currently only the +buddylist has a menu. .SH FILES \fI~/.gntrc\fR: configuration file for gnt applications. @@ -227,6 +235,11 @@ .br up = suggest-prev .br +# The following actions don't have any default binding: +.br +# delete-prev-word +.br +# cursor-prev-word .br [GntTree::binding] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:41:40
|
Revision: 17598 http://svn.sourceforge.net/gaim/?rev=17598&view=rev Author: sadrul Date: 2006-10-27 23:41:32 -0700 (Fri, 27 Oct 2006) Log Message: ----------- and this Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-10-28 06:18:47 UTC (rev 17597) +++ trunk/doc/gaim-text.1.in 2006-10-28 06:41:32 UTC (rev 17598) @@ -166,6 +166,8 @@ .br disabled = gray; black .br +urgent = green; black +.br .br # Remap some keys for GntEntry This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ebl...@us...> - 2006-11-17 03:29:51
|
Revision: 17765 http://svn.sourceforge.net/gaim/?rev=17765&view=rev Author: eblanton Date: 2006-11-16 19:29:45 -0800 (Thu, 16 Nov 2006) Log Message: ----------- Update the GntEntry::bindings in gaim-text.1 to reflect some more default bindings. This should probably be broken int gntrc.1 and gaim-text.1, but that bridge can be crossed later. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-11-17 03:26:19 UTC (rev 17764) +++ trunk/doc/gaim-text.1.in 2006-11-17 03:29:45 UTC (rev 17765) @@ -227,8 +227,12 @@ .br c-k = delete-end .br +c-b = cursor-prev +.br left = cursor-prev .br +c-f = cursor-next +.br right = cursor-next .br tab = suggest-show This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-11-21 02:27:32
|
Revision: 17798 http://svn.sourceforge.net/gaim/?rev=17798&view=rev Author: sadrul Date: 2006-11-20 18:27:31 -0800 (Mon, 20 Nov 2006) Log Message: ----------- Update the manual. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-11-21 02:24:19 UTC (rev 17797) +++ trunk/doc/gaim-text.1.in 2006-11-21 02:27:31 UTC (rev 17798) @@ -267,9 +267,16 @@ c-b = context-menu .br +.br +[GntWidget::binding] +.br +f11 = context-menu + [GntWindow::binding] .br c-o = show-menu +.br +f10 = show-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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-11-30 05:54:38
|
Revision: 17852 http://svn.sourceforge.net/gaim/?rev=17852&view=rev Author: sadrul Date: 2006-11-29 21:54:37 -0800 (Wed, 29 Nov 2006) Log Message: ----------- (00:55:14) rekkanoryo: sadrul: don't forget to update the man page :-P Well, :-P to JOO Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-11-30 05:52:21 UTC (rev 17851) +++ trunk/doc/gaim-text.1.in 2006-11-30 05:54:37 UTC (rev 17852) @@ -126,6 +126,10 @@ .br wm = /usr/local/lib/gaim/s.so .br +# Remember window-positions based on the titles (on by default) +.br +remember_position = 1 +.br .br [colors] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |