Mercurial > pidgin
annotate doc/gaim-text.1.in @ 15293:4bcc40bd4e20
[gaim-migrate @ 18084]
If the Jabber server does not support the server discovery info (http://jabber.org/protocol/disco#info) we still need to request the roster and send initial presence.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Mon, 08 Jan 2007 00:08:10 +0000 |
parents | 3fb20516042b |
children |
rev | line source |
---|---|
14585 | 1 .\" Copyright (c) 2006, Sadrul Habib Chowdhury <sadrul@users.sf.net> |
2 .\" | |
3 .\" This is free documentation; you can redistribute it and/or | |
4 .\" modify it under the terms of the GNU General Public License as | |
5 .\" published by the Free Software Foundation; either version 2 of | |
6 .\" the License, or (at your option) any later version. | |
7 .\" | |
8 .\" The GNU General Public License's references to "object code" | |
9 .\" and "executables" are to be interpreted as the output of any | |
10 .\" document formatting or typesetting system, including | |
11 .\" intermediate and printed output. | |
12 .\" | |
13 .\" This manual is distributed in the hope that it will be useful, | |
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
16 .\" GNU General Public License for more details. | |
17 .\" | |
18 .\" You should have received a copy of the GNU General Public | |
19 .\" License along with this manual; if not, write to the Free | |
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, | |
21 .\" USA. | |
22 .TH gaim-text 1 | |
23 .SH NAME | |
14788
4b20371086f0
[gaim-migrate @ 17552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14585
diff
changeset
|
24 Gaim-Text \- A Pimpin' Penguin console frontend for Instant Messaging client Gaim. |
14585 | 25 .SH SYNOPSIS |
26 .TP 5 | |
27 \fBgaim-text \fI[options]\fR | |
28 | |
29 .SH DESCRIPTION | |
30 .PP | |
31 \fBgaim-text\fR is a console-based modular messaging client capable of using | |
32 AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, Novell GroupWise, Lotus Sametime, | |
33 Zephyr, Gadu-Gadu, and QQ all at once. It has many common features found in | |
34 other clients, as well as many unique features. Gaim is not endorsed by or | |
35 affiliated with America Online, ICQ, Microsoft, or Yahoo. | |
36 | |
37 .SH OPTIONS | |
38 The following options are provided by \fBgaim-text\fR using the standard GNU | |
39 command line syntax: | |
40 .TP | |
41 .B \-d, \-\-debug | |
42 Print debugging messages to stderr and start with the \fBDebug\fR window. The | |
43 messages shown in the \fBDebug\fR window are the same as the ones printed in | |
44 stderr. | |
45 .TP | |
46 .B \-c, \-\-config=\fIDIR\fB | |
47 Use \fIDIR\fR as the directory for config files instead of \fI~/.gaim\fR. | |
48 .TP | |
49 .B \-h, \-\-help | |
50 Print this help and exit. | |
51 .TP | |
52 .B \-n, \-\-nologin | |
53 Don't automatically login when \fBgaim-text\fR starts. Sets all accounts to | |
54 Offline. | |
55 .TP | |
56 .B \-v, \-\-version | |
57 Display the version information window. | |
58 | |
59 .SH GNT Shortcuts | |
60 You can use the following shortcuts: | |
61 .TP | |
14830
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
62 .B Alt \+ a |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
63 Bring up a list of available actions. You can use this list to access the |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
64 accounts window, plugins window, preference window etc. |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
65 .TP |
14585 | 66 .B Alt \+ n |
67 Go to the next window. | |
68 .TP | |
69 .B Alt \+ p | |
70 Go to the previous window. | |
71 .TP | |
72 .B Alt \+ w | |
73 Show the list of windows. You can select and jump to any window from the list. | |
74 .TP | |
75 .B Alt \+ c | |
76 Close the current window. | |
77 .TP | |
78 .B Alt \+ q | |
79 Quit. | |
80 .TP | |
81 .B Alt \+ m | |
82 Start moving a window. Press the cursor keys to move the window. When you are | |
83 done, press \fBEnter\fR or \fBEscape\fR. | |
84 .TP | |
85 .B Alt \+ r | |
86 Start resizing a window. Press the cursor keys to resize the window. When you | |
87 are done, press \fBEnter\fR or \fBEscape\fR. | |
88 .TP | |
89 .B Alt \+ d | |
90 Dump the contents of the screen in HTML format in a file named "dump.html" in | |
91 working directory. | |
92 .TP | |
93 .B Alt \+ . | |
94 Move the position of the current window in the window list one place to the | |
95 right. | |
96 .TP | |
97 .B Alt \+ , | |
98 Move the position of the current window in the window list one place to the | |
99 left. | |
100 .TP | |
101 .B Alt \+ l | |
102 Refresh the windows. This is useful after resizing the terminal window. | |
103 .TP | |
104 .B Alt \+ 1 2 ... 0 | |
105 Jump to the 1st, 2nd ... 10th window. | |
14830
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
106 .TP |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
107 .B Ctrl \+ o |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
108 Bring up the menu (if there is one) for a window. Note that currently only the |
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
109 buddylist has a menu. |
14585 | 110 |
111 .SH FILES | |
112 \fI~/.gntrc\fR: configuration file for gnt applications. | |
113 .br | |
114 .TP | |
115 A sample file looks like: | |
116 .br | |
117 [general] | |
118 .br | |
119 shadow = 0 | |
120 .br | |
121 # There is experimental mouse support | |
122 .br | |
123 mouse = 1 | |
124 .br | |
125 # To use some custom window-manager | |
126 .br | |
127 wm = /usr/local/lib/gaim/s.so | |
128 .br | |
15068
c8228e154e24
[gaim-migrate @ 17852]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15016
diff
changeset
|
129 # Remember window-positions based on the titles (on by default) |
c8228e154e24
[gaim-migrate @ 17852]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15016
diff
changeset
|
130 .br |
c8228e154e24
[gaim-migrate @ 17852]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15016
diff
changeset
|
131 remember_position = 1 |
c8228e154e24
[gaim-migrate @ 17852]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15016
diff
changeset
|
132 .br |
14585 | 133 |
134 .br | |
135 [colors] | |
136 .br | |
137 # The RGB values range in [0, 1000] | |
138 .br | |
139 black = 0; 0; 0 | |
140 .br | |
141 red = 1000; 0; 0 | |
142 .br | |
143 green = 0; 1000; 0 | |
144 .br | |
145 blue = 250; 250; 700 | |
146 .br | |
147 white = 1000; 1000; 1000 | |
148 .br | |
149 gray = 700; 700; 700 | |
150 .br | |
151 darkgray = 256; 256; 256 | |
152 .br | |
153 | |
154 .br | |
155 [colorpairs] | |
156 .br | |
157 normal = white; black | |
158 .br | |
159 highlight = white; blue | |
160 .br | |
161 highlightd = black; gray | |
162 .br | |
163 shadow = black; darkgray | |
164 .br | |
165 title = white; blue | |
166 .br | |
167 titled = white; gray | |
168 .br | |
169 text = white; blue | |
170 .br | |
171 disabled = gray; black | |
172 .br | |
14831
9cf3263c3f2f
[gaim-migrate @ 17598]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14830
diff
changeset
|
173 urgent = green; black |
9cf3263c3f2f
[gaim-migrate @ 17598]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14830
diff
changeset
|
174 .br |
14585 | 175 |
176 .br | |
177 # Remap some keys for GntEntry | |
178 .br | |
179 [GntEntry::remap] | |
180 .br | |
181 # Remap the up-arrow to the left-arrow | |
182 .br | |
183 ^[[A = ^[[D | |
184 .br | |
185 # Remap the down-arrow to the right-arrow | |
186 .br | |
187 ^[[B = ^[[C | |
188 .br | |
189 # Remap 'a' to 'bcd' | |
190 .br | |
191 a = bcd | |
192 .br | |
193 # Completely ignore the key 'q' | |
194 .br | |
195 q = | |
196 .br | |
197 # But the following will NOT work | |
198 .br | |
199 #abc = bcd | |
200 .br | |
201 | |
202 # Hitting 'space' will activate a button | |
203 .br | |
204 [GntButton::remap] | |
205 .br | |
206 \\ = \\r | |
207 .br | |
208 | |
14793
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
209 .SH Widget Actions |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
210 You can specifiy key-bindings for specific widgets. The following entries in |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
211 \fI~/.gntrc\fR correspond to the default keybindings for the actions: |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
212 |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
213 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
214 [GntEntry::binding] |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
215 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
216 c-a = cursor-home |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
217 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
218 home = cursor-home |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
219 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
220 c-e = cursor-end |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
221 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
222 end = cursor-end |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
223 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
224 backspace = delete-prev |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
225 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
226 del = delete-next |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
227 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
228 c-d = delete-next |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
229 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
230 c-u = delete-start |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
231 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
232 c-k = delete-end |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
233 .br |
14986 | 234 c-b = cursor-prev |
235 .br | |
14793
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
236 left = cursor-prev |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
237 .br |
14986 | 238 c-f = cursor-next |
239 .br | |
14793
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
240 right = cursor-next |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
241 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
242 tab = suggest-show |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
243 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
244 down = suggest-next |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
245 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
246 up = suggest-prev |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
247 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
248 c-w = delete-prev-word |
14830
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
249 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
250 a-b = cursor-prev-word |
14830
9ee68ce424ec
[gaim-migrate @ 17597]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14793
diff
changeset
|
251 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
252 a-f = cursor-next-word |
15126
3fb20516042b
[gaim-migrate @ 17912]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15124
diff
changeset
|
253 .br |
3fb20516042b
[gaim-migrate @ 17912]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15124
diff
changeset
|
254 a-d = delete-next-word |
14793
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
255 |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
256 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
257 [GntTree::binding] |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
258 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
259 up = move-up |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
260 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
261 down = move-down |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
262 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
263 c-n = move-down |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
264 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
265 c-p = move-up |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
266 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
267 pageup = page-up |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
268 .br |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
269 pagedown = page-down |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
270 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
271 # Following is the default binding for the context-menu |
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
272 .br |
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
273 menu = context-menu |
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
274 .br |
14972
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
275 # The following will let you open the context-menu in the buddylist with c-b |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
276 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
277 # c-b = context-menu |
14978
f719225f988e
[gaim-migrate @ 17757]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14972
diff
changeset
|
278 |
15016
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
279 .br |
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
280 [GntWidget::binding] |
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
281 .br |
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
282 f11 = context-menu |
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
283 |
14978
f719225f988e
[gaim-migrate @ 17757]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14972
diff
changeset
|
284 [GntWindow::binding] |
f719225f988e
[gaim-migrate @ 17757]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14972
diff
changeset
|
285 .br |
f719225f988e
[gaim-migrate @ 17757]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14972
diff
changeset
|
286 c-o = show-menu |
15016
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
287 .br |
6e7184096615
[gaim-migrate @ 17798]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14986
diff
changeset
|
288 f10 = show-menu |
14793
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
289 |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
290 The \fBc-\fR corresponds to the \fBControl\fR key. You can also use \fBctrl-\fR |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
291 or \fBctr-\fR or \fBctl-\fR to indicate a combination. For alt-keys, you can use |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
292 one of \fBa-\fR, \fBalt-\fR, \fBm-\fR or \fBmeta-\fR. You can also use |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
293 \fBhome\fR, \fBend\fR, \fBleft\fR, \fBright\fR etc. keys. |
8a0cfee11af8
[gaim-migrate @ 17558]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14788
diff
changeset
|
294 |
14585 | 295 .SH Mouse Support |
296 There is experimental mouse support. You can focus windows, activate buttons, | |
297 select rows in a list, scroll using the wheel-scroll etc. Mouse support is | |
14972
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
298 disabled by default, so you need to enable it in \fI~/.gntrc\fR (see the sample |
14585 | 299 above). |
300 | |
301 .SH Window Management | |
302 The default window management is very limited. But it is possible to write | |
303 custom window managers to suit your needs. There is a sample window-manager | |
304 included (named \fIs.so\fR) which adds a little 'close-button' for the windows, | |
305 removes the borders from the buddylist and pops up new windows in the middle of | |
306 the screen, instead of at the upper-left corder. It is provided as a sample | |
307 simple manager, but it should be possible to write more complex managers, and | |
308 it's very possible that the window-manager API will need to be enhanced. Look at | |
14972
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
309 the sample \fI~/.gntrc\fR file above to see how to select a window-manager. |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
310 |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
311 It is also possible to rebind the window-manager actions in \fI~/.gntrc\fR, eg: |
14585 | 312 |
14972
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
313 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
314 [GntWM::binding] |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
315 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
316 a-n = window-next |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
317 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
318 a-p = window-prev |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
319 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
320 a-c = window-close |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
321 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
322 a-w = window-list |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
323 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
324 a-d = dump-screen |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
325 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
326 a-, = shift-left |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
327 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
328 a-. = shift-right |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
329 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
330 a-a = action-list |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
331 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
332 a-m = start-move |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
333 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
334 a-r = start-resize |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
335 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
336 a-q = wm-quit |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
337 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
338 a-l = refresh-screen |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
339 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
340 # The following action is still incomplete, and doesn't have a default binding |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
341 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
342 # switch-window-n |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
343 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
344 |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
345 # For the sample custom window manager |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
346 .br |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
347 [GntS::binding] |
cfb736e4a2c4
[gaim-migrate @ 17751]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14831
diff
changeset
|
348 .br |
15124
ed14c190a868
[gaim-migrate @ 17910]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15068
diff
changeset
|
349 a-b = toggle-buddylist |
14585 | 350 |
351 .SH Conversation Commands | |
352 There are a few helpful commands in addition to the regular commands. You can | |
353 use these from any conversation to access other windows. | |
354 | |
355 .TP | |
356 .B accounts | |
357 for the accounts window. | |
358 | |
359 .TP | |
360 .B buddylist | |
361 for the buddylist. | |
362 | |
363 .TP | |
364 .B debugwin | |
365 for the debug window. | |
366 | |
367 .TP | |
368 .B plugins | |
369 for the plugins window. | |
370 | |
371 .TP | |
372 .B prefs | |
373 for the preferences window. | |
374 | |
375 .TP | |
376 .B status | |
377 for the status window. | |
378 | |
379 .SH BUGS | |
380 Known bugs are listed at | |
381 .br | |
382 \fIhttp://sourceforge.net/tracker/?group_id=235&atid=100235\fR | |
383 | |
384 .SH PATCHES | |
385 If you fix a bug in \fBgaim-text\fR (or otherwise enhance it), please submit a | |
386 patch (using \fIsvn diff > my.diff\fR against the latest SVN version) | |
387 at | |
388 .br | |
389 \fIhttp://sourceforge.net/tracker/?func=add&group_id=235&atid=300235\fR | |
390 | |
391 Before sending a bug report, please verify that you have the latest | |
392 version of \fBgaim-text\fR and \fBlibgaim\fR. Many bugs (major and minor) are | |
393 fixed at each release, and if yours is out of date, the problem may already have | |
394 been solved. | |
395 | |
396 You are also encouraged to drop by at \fB#gaim\fR on \fIirc.freenode.net\fR to | |
397 discuss about development. | |
398 | |
399 .SH SEE ALSO | |
400 \fIhttp://gaim.sourceforge.net/\fR | |
401 .br | |
402 \fIhttp://www.sourceforge.net/projects/gaim/\fR | |
403 | |
404 .SH LICENSE | |
405 This program is free software; you can redistribute it and/or modify | |
406 it under the terms of the GNU General Public License as published by | |
407 the Free Software Foundation; either version 2 of the License, or | |
408 (at your option) any later version. | |
409 | |
410 This program is distributed in the hope that it will be useful, but | |
411 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of | |
412 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
413 General Public License for more details. | |
414 | |
415 You should have received a copy of the GNU General Public License | |
416 along with this program; if not, write to the Free Software | |
417 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
418 | |
419 .SH AUTHORS | |
420 Sadrul Habib Chowdhury <\fIsadrul@users.sourceforge.net\fR> | |
421 .br | |
422 | |
423 This manpage was written by Sadrul Habib Chowdhury | |
424 <\fIsadrul@users.sourceforge.net\fR> and Dennis Ristuccia | |
425 <\fIdennis@dennisr.net\fR>. | |
426 |