1GCIN-TOOLS(1)             gcin input method platform             GCIN-TOOLS(1)
2
3
4

NAME

6       gcin-tools - configuration tools of gcin
7

SYNOPSIS

9       gcin-tools
10

DESCRIPTION

12       gcin-tools is the default configuration tool of gcin. Another configur‐
13       ing method is writing conffiles in  $HOME/.gcin/config.  See  CONFFILES
14       section for further information.
15

CONFFILES

17       Those  conffiles  below  will  be  created automatically by gcin-tools,
18       except gcin-bell-volume and gcin-sound-play-overlap.
19
20       If you want to write conffiles by yourself, please make sure  you  have
21       the config directory:
22
23               mkdir -p $HOME/.gcin/config
24
25       After that, you may try:
26
27               echo zo > $HOME/.gcin/config/phonetic-keyboard
28
29       Thus you make a phonetic-keyboard file with its content zo, which means
30       you select the standard style with 1234 selection method.
31
32       All available conffiles are listed,  and  default  options  are  showed
33       bold.
34
35       $HOME/.gcin/config/default-input-method number
36              Default input method when gcin is called.
37
38       OPTIONS     MEANINGS
39       1           Chanjei input method, version 3
40       2           Chanjei input method, version 5
41       3           Bopomofo input method
42       4           Symbols virtual keyboard
43       5           Pinyin input method
44       6           Tsin intelligent Bopomofo input method
45       7           Dayi input method
46       8           Array input method, 30 keys version
47       9           Boshiamy input method, aka Liu's input method
48       10          Direct input for UTF-32 (U+) or Big-5 characters
49       11          Simple Chanjei input method
50       12          Japanese anthy input method
51       13          Greek letters input method
52       14          Latin letters input method
53       15          Jyutping input method
54       16          NewCJ3 input method
55
56       $HOME/.gcin/config/gcb-position number
57              Disable or enable gcb clipboard manager.
58
59       OPTIONS     MEANINGS
60       0           Disable
61       1           Enable, at lower left corner
62       2           Enable, at upper left corner
63       3           Enable, at lower right corner
64       4           Enable, at upper right corner
65
66       $HOME/.gcin/config/gcb-position-x number
67              The X-axis padding of gcb clipboard manager. Default is 0.
68
69       $HOME/.gcin/config/gcb-position-y number
70              The Y-axis padding of gcb clipboard manager. Default is 0.
71
72       $HOME/.gcin/config/gcin-bell-volume number
73              Volume of bell ring, between -100 to 100. Default is -97.
74
75       $HOME/.gcin/config/gcin-capslock-lower boolean
76              Input lower-case letters when Caps Lock key is ON.
77
78       OPTIONS     MEANINGS
79       1           ON
80       0           OFF
81
82       $HOME/.gcin/config/gcin-eng-phrase-enabled boolean
83              Enable Alt-Shift phrases in alphabet-numeric mode.
84
85       OPTIONS     MEANINGS
86       1           ON
87       0           OFF
88
89       $HOME/.gcin/config/gcin-flags-im-enabled number
90              Available input methods to be cyclic selected by Control-Shift.
91
92       OPTIONS     MEANINGS
93       2147483647  All input methods are enabled.
94
95                2  Ctrl-Alt-1 Chanjei input method, version 3
96                4  Ctrl-Alt-2 Chanjei input method, version 5
97                8  Ctrl-Alt-3 Bopomofo input method
98               16  Ctrl-Alt-4 Symbols virtual keyboard
99               32  Ctrl-Alt-5 Pinyin input method
100               64  Ctrl-Alt-6 Tsin intelligent Bopomofo input method
101              128  Ctrl-Alt-7 Dayi input method
102              256  Ctrl-Alt-8 Array input method, 30 keys version
103              512  Ctrl-Alt-9 Boshiamy input method, aka Liu's input method
104             1024  Ctrl-Alt-0 Direct input for UTF-32 (U+) or Big-5 characters
105             2048  Ctrl-Alt-- Simple Chanjei input method
106             4096  Ctrl-Alt-= Japanese anthy input method
107             8192  Ctrl-Alt-` Greek letters input method
108            16384  Ctrl-Alt-[ Latin letters input method
109            32768  Ctrl-Alt-] Jyutping input method
110            65536  Ctrl-Alt-\ NewCJ3 input method
111
112       2147483647  minus numbers of input methods, then you get the configura‐
113       tion number. For example, to disable Greek and Latin letters, calculate
114       2147483647 - 8192 - 16384 = 2147459071.
115
116               echo 2147459071 > $HOME/.gcin/config/gcin-flags-im-enabled
117
118       Then you get it.
119
120       $HOME/.gcin/config/gcin-font-name string
121              Default font.
122
123       OPTIONS     MEANINGS
124       sans        Sans-serif
125       serif       Serif
126
127       $HOME/.gcin/config/gcin-font-size number
128              Font size of character-selection area. Default is 16.
129
130       $HOME/.gcin/config/gcin-font-size-gtab-in number
131              Font size of key codes input area in gtab input methods (Chanjei
132              IM, Array IM, etc.). Default is 10.
133
134       $HOME/.gcin/config/gcin-font-size-pho-near number
135              Font size of similar-phonetic character selection  in  Tsin  IM.
136              Default is 14.
137
138       $HOME/.gcin/config/gcin-font-size-symbol number
139              Font size of symbol-selection window. Default is 12.
140
141       $HOME/.gcin/config/gcin-font-size-tsin-pho-in number
142              Font  size  of  phonetic  input  area  in  Bopomofo and Tsin IM.
143              Default is 10.
144
145       $HOME/.gcin/config/gcin-font-size-tsin-presel number
146              Font size of phrase pre-selection window in Tsin IM. Default  is
147              16.
148
149       $HOME/.gcin/config/gcin-im-toggle-keys number
150              Toggle Key for IM window ON/OFF.
151
152       OPTIONS     MEANINGS
153       0           Control-Space
154       1           Shift-Space
155       2           Alt-Space
156       3           Windows-Space
157
158       $HOME/.gcin/config/gcin-init-im-enabled boolean
159              Enable  input  method  mode  without  pressing toggle keys. This
160              option is not available in XIM mode.
161
162       OPTIONS     MEANINGS
163       1           ON
164       0           OFF
165
166       $HOME/.gcin/config/gcin-inner-frame boolean
167              Show frame border in gcin window.
168
169       OPTIONS     MEANINGS
170       1           ON
171       0           OFF
172
173       $HOME/.gcin/config/gcin-input-style number
174              Window style of gcin.
175
176       OPTIONS     MEANINGS
177       1           OverTheSpot (Follow the cursor)
178       2           Root (Fixed index window)
179
180       $HOME/.gcin/config/gcin-pop-up-win boolean
181              Dynamic pop up window.
182
183       OPTIONS     MEANINGS
184       1           ON
185       0           OFF
186
187       $HOME/.gcin/config/gcin-remote-client boolean
188              Use gcin in remote applications.
189
190       OPTIONS     MEANINGS
191       1           ON
192       0           OFF
193
194       $HOME/.gcin/config/gcin-root-x number
195              Window position in X-axis when window style is Root (Fixed index
196              window). Default is 1600.
197
198       $HOME/.gcin/config/gcin-root-y number
199              Window position in Y-axis when window style is Root (Fixed index
200              window). Default is 1200.
201
202       $HOME/.gcin/config/gcin-sel-key-color hex
203              Color of selection Key.
204
205       OPTIONS     MEANINGS
206       #FF0000     Red
207       #00FF00     Green
208       #0000FF     Blue
209       #FFFF00     Yellow
210       #FF00FF     Magenta
211       #00FFFF     Cyan
212
213       $HOME/.gcin/config/gcin-shift-space-eng-full boolean
214              Toggle to double-wide English character mode with Shift-Space.
215
216       OPTIONS     MEANINGS
217       1           ON
218       0           OFF
219
220       $HOME/.gcin/config/gcin-sound-play-overlap boolean
221              Play all sound when text-to-speech is enabled.
222
223       OPTIONS     MEANINGS
224       1           ON
225       0           OFF
226
227       $HOME/.gcin/config/gcin-status-tray boolean
228              Show gcin status in system tray.
229
230       OPTIONS     MEANINGS
231       1           ON
232       0           OFF
233
234       $HOME/.gcin/config/gcin-win-color-bg hex
235              Background color of gcin window. Default is #005BFF.
236
237       $HOME/.gcin/config/gcin-win-color-fg hex
238              Foreground color of gcin window.
239
240       OPTIONS     MEANINGS
241       #FF0000     Red
242       #00FF00     Green
243       #0000FF     Blue
244       #FFFF00     Yellow
245       #FF00FF     Magenta
246       #FFFFFF     White
247
248       $HOME/.gcin/config/gcin-win-color-use boolean
249              Customized colors in gcin window.
250
251       OPTIONS     MEANINGS
252       1           ON
253       0           OFF
254
255       $HOME/.gcin/config/gcin-win-sym-click-close boolean
256              Close symbol-selection window after choosing a symbol.
257
258       OPTIONS     MEANINGS
259       1           ON
260       0           OFF
261
262       $HOME/.gcin/config/gtab-auto-select-by_phrase boolean
263              Auto-select according to Tsin  phrase  database  in  gtab  input
264              methods.
265
266       OPTIONS     MEANINGS
267       1           ON
268       0           OFF
269
270       $HOME/.gcin/config/gtab-capslock-in-eng boolean
271              Toggle  Chinese/English  mode  with  Caps Lock key in gtab input
272              methods.
273
274       OPTIONS     MEANINGS
275       1           ON
276       0           OFF
277
278       $HOME/.gcin/config/gtab-disp-im-name boolean
279              Display input method name in gtab input methods.
280
281       OPTIONS     MEANINGS
282       1           ON
283       0           OFF
284
285       $HOME/.gcin/config/gtab-disp-key-codes boolean
286              Show all possible key codes of character in gtab input methods.
287
288       OPTIONS     MEANINGS
289       1           ON
290       0           OFF
291
292       $HOME/.gcin/config/gtab-disp-partial-match boolean
293              Display partial matched characters in gtab input methods.
294
295       OPTIONS     MEANINGS
296       1           ON
297       0           OFF
298
299       $HOME/.gcin/config/gtab-dup-select-bell boolean
300              Bell ring when multiple selections are available in  gtab  input
301              methods.
302
303       OPTIONS     MEANINGS
304       1           ON
305       0           OFF
306
307       $HOME/.gcin/config/gtab-hide-row2 boolean
308              Hide second row of window in gtab input methods.
309
310       OPTIONS     MEANINGS
311       1           ON
312       0           OFF
313
314       $HOME/.gcin/config/gtab-in-row1 boolean
315              Show key codes in first row of window in gtab input methods.
316
317       OPTIONS     MEANINGS
318       1           ON
319       0           OFF
320
321       $HOME/.gcin/config/gtab-invalid-key-in boolean
322              Clear  key  codes  input area when invalid key and Space key are
323              pressed.
324
325       OPTIONS     MEANINGS
326       1           ON
327       0           OFF
328
329       $HOME/.gcin/config/gtab-pre-select boolean
330              Show candidate characters before pressing  endkey  (Space  key).
331              For gtab input methods.
332
333       OPTIONS     MEANINGS
334       1           ON
335       0           OFF
336
337       $HOME/.gcin/config/gtab-press-full-auto-send boolean
338              Auto-send  character when key codes input area is filled in gtab
339              input methods.
340
341       OPTIONS     MEANINGS
342       1           ON
343       0           OFF
344
345       $HOME/.gcin/config/gtab-que-wild-card boolean
346              Use ? as wildcard.
347
348       OPTIONS     MEANINGS
349       1           ON
350       0           OFF
351
352       $HOME/.gcin/config/gtab-shift-phrase-key boolean
353              Use single Shift key to input Alt-Shift phrases  in  gtab  input
354              methods.
355
356       OPTIONS     MEANINGS
357       1           ON
358       0           OFF
359
360       $HOME/.gcin/config/gtab-space-auto-first number
361              Function of Space Key in gtab input methods.
362
363       OPTIONS     MEANINGS
364       0           Auto-selected by definition in .gtab file.
365       1           Send first character in Boshiamy input method.
366       2           Send first character in character-selection area.
367       4           Does not send first character. (For Array input method.)
368
369       $HOME/.gcin/config/gtab-unique-auto-send boolean
370              Auto send characters when there is only one choice in gtab input
371              methods.
372
373       OPTIONS     MEANINGS
374       1           ON
375       0           OFF
376
377       $HOME/.gcin/config/gtab-vertical-select boolean
378              Vertical selection window in gtab input methods.
379
380       OPTIONS     MEANINGS
381       1           ON
382       0           OFF
383
384       $HOME/.gcin/config/left-right-button-tips boolean
385              Show button tips when mouse cursor stays on gcin window. Default
386              is ON, but it will be turned OFF after gcin-tools is executed.
387
388       OPTIONS     MEANINGS
389       1           ON
390       0           OFF
391
392       $HOME/.gcin/config/pho-hide-row2 boolean
393              Hide second row of window in Bopomofo and Tsin IM.
394
395       OPTIONS     MEANINGS
396       1           ON
397       0           OFF
398
399       $HOME/.gcin/config/pho-in-row1 boolean
400              Show key codes in first row of window in Bopomofo IM.
401
402       OPTIONS     MEANINGS
403       1           ON
404       0           OFF
405
406       $HOME/.gcin/config/phonetic-char-dynamic-sequence boolean
407              Dynamic character sequence adjustment in Bopomofo and Tsin IM.
408
409       OPTIONS     MEANINGS
410       1           ON
411       0           OFF
412
413       $HOME/.gcin/config/phonetic-huge-tab boolean
414              Input  all Traditional Chinese, Simplified Chinese, and Japanese
415              characters provided by pho-huge.tab in Bopomofo and Tsin IM.
416
417       OPTIONS     MEANINGS
418       1           ON
419       0           OFF
420
421       $HOME/.gcin/config/phonetic-keyboard string
422              Key codes arrangement style  in  Bopomofo,  Tsin,  and  Japanese
423              anthy IM.
424
425       OPTIONS     MEANINGS
426       zo          Standard style with 1234 selection method
427       zo-asdf     Standard style with asdf selection method
428       et          Eten style with 1234 selection method
429       et-asdf     Eten style with asdf selection method
430       et26        Eten 26 keys style with 1234 selection method
431       et26-asdf   Eten 26 keys style with asdf selection method
432       hsu         Mr. Hsu's style (Kuo-Yin IM, Natural Bopomofo IM)
433       pinyin      Phonetic Pinyin style with 1234 selection method
434       pinyin-asdf Phonetic Pinyin style with asdf selection method
435       dvorak      Dvorak style
436       ibm         IBM style
437       mitac       Mitac style
438
439       $HOME/.gcin/config/phonetic-speak boolean
440              Enable  text-to-speech. You have to install speech data for this
441              feature.
442
443       OPTIONS     MEANINGS
444       1           ON
445       0           OFF
446
447       $HOME/.gcin/config/phonetic-speak-sel string
448              Speech data filename for text-to-speech.
449
450       $HOME/.gcin/config/tsin-buffer-editing-mode boolean
451              VI-like editing mode in Tsin IM.
452
453       OPTIONS     MEANINGS
454       1           ON
455       0           OFF
456
457       $HOME/.gcin/config/tsin-buffer-size number
458              Size of buffer (editing area) in Tsin IM. Default is 40.
459
460       $HOME/.gcin/config/tsin-chinese-english-toggle_key number
461              Toggle key for Chinese/English mode in Tsin IM.
462
463       OPTIONS     MEANINGS
464       1           Caps Lock key
465       2           Tab key
466       4           Shift key (Not available in XIM mode).
467       8           Left Shift key (Not available in XIM mode).
468       16          Right Shift key (Not available in XIM mode).
469
470       $HOME/.gcin/config/tsin-cursor-color hex
471              Color of cursor in Tsin IM.
472
473       OPTIONS     MEANINGS
474       #FF0000     Red
475       #00FF00     Green
476       #0000FF     Blue
477       #FFFF00     Yellow
478       #FF00FF     Magenta
479       #00FFFF     Cyan
480
481       $HOME/.gcin/config/tsin-phrase-line-color hex
482              Color of phrase-underline in Tsin IM. Default is #0000FF.
483
484       $HOME/.gcin/config/tsin-phrase-pre-select boolean
485              Show phrase pre-selection window in Tsin IM.
486
487       OPTIONS     MEANINGS
488       1           ON
489       0           OFF
490
491       $HOME/.gcin/config/tsin-space-opt number
492              Function of Space key in Tsin IM.
493
494       OPTIONS     MEANINGS
495       1           Select other same phonetic characters.
496       2           Send space to buffer of Tsin IM.
497
498       $HOME/.gcin/config/tsin-tab-phrase-end boolean
499              Use Escape key or Tab key to stop phrase-auto-selection in  Tsin
500              IM.
501
502       OPTIONS     MEANINGS
503       1           ON
504       0           OFF
505
506       $HOME/.gcin/config/tsin-tail-select-key boolean
507              Show selection keys follows choices in Tsin IM.
508
509       OPTIONS     MEANINGS
510       1           ON
511       0           OFF
512
513       $HOME/.gcin/config/tsin-tone-char-input boolean
514              Input tone sympols of Bopomofo in Tsin IM.
515
516       OPTIONS     MEANINGS
517       1           ON
518       0           OFF
519

SEE ALSO

521       gcin(1)
522
523
524
525GCIN 1.4.4                        2 FEB 2009                     GCIN-TOOLS(1)
Impressum