0
|
1 .\"
|
|
2 .\" $Id: cvtxim.man,v 1.1.1.1 2000/01/16 05:07:58 ura Exp $
|
|
3 .\"
|
|
4
|
|
5 .\" FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
6 .\" This file is part of FreeWnn.
|
|
7 .\"
|
|
8 .\" Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
9 .\" Copyright 1992 by Massachusetts Institute of Technology
|
|
10 .\"
|
|
11 .\" Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
12 .\"
|
|
13 .\" This program is free software; you can redistribute it and/or modify
|
|
14 .\" it under the terms of the GNU General Public License as published by
|
|
15 .\" the Free Software Foundation; either version 2, or (at your option)
|
|
16 .\" any later version.
|
|
17 .\"
|
|
18 .\" This program is distributed in the hope that it will be useful,
|
|
19 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
20 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
21 .\" GNU General Public License for more details.
|
|
22 .\"
|
|
23 .\" You should have received a copy of the GNU General Public License
|
|
24 .\" along with GNU Emacs; see the file COPYING. If not, write to the
|
|
25 .\" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
26 .\"
|
|
27 .\" Commentary:
|
|
28 .\"
|
|
29 .\" Change log:
|
|
30 .\"
|
|
31 .\" Last modified date: 8,Feb.1999
|
|
32 .\"
|
|
33
|
|
34 .TH CVTXIM 4 "Release 5" "X Version 11"
|
|
35 .SH NAME
|
|
36 cvt_xim_tbl \- key conversion table of Input Manager of the X
|
|
37 Window System Version 11 (xwnmo(1X))
|
|
38 .SH SYNOPSIS
|
|
39 .B /usr/local/lib/wnn/cvt_xim_tbl
|
|
40 (Default)
|
|
41 .SH DESCRIPTION
|
|
42 Converts a key code(\fIKeySym\fP) generated by \fIXLookupString()\fP
|
|
43 to a one-byte character(\fIWnn code\fP) according to preset data.
|
|
44 .PP
|
|
45 .TP 8
|
|
46 .B Coding format:
|
|
47 [ \fIState-or-KeySym\fP <space_character> \fPWnn-code\fP ]
|
|
48 .br
|
|
49 \fIState-or-KeySym\fP = [\fIStates\fP]\fIKeySym-name\fP
|
|
50 .br
|
|
51 \fIStates\fP = \fIState-name\fP'\fI|\fP'[\fIStates\fP]
|
|
52 .PP
|
|
53 Lines that start with a semicolon (;) are comments.
|
|
54 .PP
|
|
55 KeySym-name is a string declared in keysymdef.h (except the prefix "XA_").
|
|
56 .TP 8
|
|
57 State-name is one between the following string.
|
|
58 "Shift" ---> means ShiftMask
|
|
59 .br
|
|
60 "Ctrl" ---> means ControlMask
|
|
61 .br
|
|
62 "Meta" ---> means Mod1Mask
|
|
63 .br
|
|
64 "Meta1" ---> means Mod1Mask (same as "Meta")
|
|
65 .br
|
|
66 "Meta2" ---> means Mod2Mask
|
|
67 .br
|
|
68 "Meta3" ---> means Mod3Mask
|
|
69 .br
|
|
70 "Meta4" ---> means Mod4Mask
|
|
71 .br
|
|
72 "Meta5" ---> means Mod5Mask
|
|
73 .br
|
|
74 .TP 8
|
|
75 .B Code notation:
|
|
76 0?? ---> Octal
|
|
77 .br
|
|
78 0x?? or 0X?? ---> Hexadecimal
|
|
79 .br
|
|
80 ?? ---> Decimal
|
|
81 .SH EXAMPLE
|
|
82 Meta|Left 0x9A
|
|
83 .br
|
|
84 Meta|Up 0x99
|
|
85 .br
|
|
86 Meta|F11 0x95
|
|
87 .br
|
|
88 Meta|minus 0x81
|
|
89 .br
|
|
90 Meta|asciicircum 0x82
|
|
91 .br
|
|
92 Kanji 0x81
|
|
93 .br
|
|
94 F1 0x91
|
|
95 .br
|
|
96 F2 0x90
|
|
97 .br
|
|
98 Meta|Shift|F1 0x91
|
|
99 .SH NOTES
|
|
100 In case of old version \fIxwnmo\fP, key codes are converted with
|
|
101 \fIcvt_fun_tbl\fP and \fIcvt_meta_tbl\fP. For compatibility,
|
|
102 those files are available if those are specified by option or
|
|
103 resource. In this case, those two files are loaded before
|
|
104 the loading of \fIcvt_xim_tbl\fP. If duplicate definition is
|
|
105 occurred, a warning message will be printed and the definition
|
|
106 in those two files will be taken precedence.
|
|
107
|
|
108 Codes converted according to this table will be evaluated by \fI2A_CTRL\fP
|
|
109 (default), which is an alphanumeric-phonetic conversion automation table.
|
|
110 After which, they are evaluated by \fIuumkey\fP.
|
|
111 .SH "SEE ALSO"
|
|
112 xwnmo(1X), 2A_CTRL(4_JT), uumkey(4_JT)
|
|
113 .SH COPYRIGHT
|
|
114 Copyright 1992 by OMRON Corporation
|
|
115 .br
|
|
116 Copyright 1992 by Massachusetts Institute of Technology
|
|
117 .SH AUTHOR
|
|
118 Seiji Kuwari (OMRON Corporation)
|
|
119 .SH EXAMPLE
|