1zhcon(1) zhcon user manual zhcon(1)
2
3
4
6 Zhcon - a fast CJK console environment for GNU/Linux and BSD
7
9 zhcon [prog]
10
12 Zhcon is a fast Linux Console Chinese System which supports framebuffer
13 device.It can display Chinese, Japanese or Korean double byte characā
14 ters.Supported language encodings include: GB2312, GBK, BIG5, JIS and
15 KSC. It can also use input methods(table based) from M$ pwin98 and
16 UCDOS for M$-DOG.
17
18 * Features include:
19
20 * Full support for Linux FrameBuffer device(from 640x480x8bpp to
21 1024x768x32bpp)
22
23 * Multiple language support (GB2312, GBK, BIG5, JIS, KSCM)
24
25 * Gpm mouse support under GNU/Linux (in progress)
26
27 * Mouse support under FreeBSD (finished)
28
29 * Auto-detect and convert between GB2312 and BIG5 encoding(like hztty)
30
31 * Hot key to change language encoding on the fly
32
33 * Can use input method from M$Pwin98 or UCDOS for M$-DOG
34
35 If a command line argument (prog) is given, zhcon will run this program
36 on start instead of a shell and quit when that program exits. For
37 example:
38 zhcon screen
39 will run screen on start
40
42 On startup, zhcon first try to load configuration from ~/.zhconrc.If
43 failed, it will use /etc/zhcon.conf by default.The configure file has
44 many options that control the behavior of zhcon.See the comments in the
45 file for instruction on customizing zhcon.Comprehensive document can be
46 found in doc/ directory of source package.
47
48
50 CTRL_ALT_H: active online help
51 ALT_SPACE: open/close CJK mode
52 CTRL_SPACE: open/close input method
53 ALT_SPACE: show/hide input bar
54 CTRL_,: toggle Full/Half char mode
55 CTRL_.: toggle Chinese symbol
56 CTRL_F1: set encode to GB2312
57 CTRL_F2: set encode to GBK
58 CTRL_F3: set encode to BIG5
59 CTRL_F4: set encode to JIS
60 CTRL_F5: set encode to KSCM
61 CTRL_F7: toggle between nativebar and overspot input style
62 CTRL_F9: toggle GB2312/BIG5 auto-detect mode
63 CTRL_F10: menu mode
64 CTRL_ALT_1 - CTRL_ALT_9: switch to input method 1 to 9
65 CTRL_ALT_0: English mode
66
67 History mode keys:
68 SHIFT_PAGEUP: scroll up half screen in history
69 SHIFT_PAGEDOWN: scroll down half screen in history
70 SHIFT_ARROWUP: scroll up one line in history
71 SHIFT_ARROWDOWN: scroll down one in history
72
73
75 ejoy <ejoy@users.sourceforge.net>
76 Hu Yong <ccpaging@etang.com>
77 Rick Lei <rick@chinaren.com>
78
79 This manpage is written by ejoy.
80
82Chinese zhcon 0.2.6 zhcon(1)