0
|
1 .\"
|
|
2 .\" $Id: cvtfun.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 1991, 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 CVTFUN 4 "Release 5" "X Version 11"
|
|
35 .SH NAME
|
|
36 cvt_fun_tbl \- Function 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_fun_tbl
|
|
40 (Default)
|
|
41 .SH DESCRIPTION
|
|
42 Converts a function 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 [ \fIKeySym-entry\fP <space_character> \fPWnn-code\fP ]
|
|
48 .PP
|
|
49 Lines that start with a semicolon (;) are comments.
|
|
50 .TP 8
|
|
51 .B Code notation:
|
|
52 0?? ---> Octal
|
|
53 .br
|
|
54 0x?? or 0X?? ---> Hexadecimal
|
|
55 .br
|
|
56 ?? ---> Decimal
|
|
57 .SH EXAMPLE
|
|
58 Kanji 0x81
|
|
59 .br
|
|
60 Left 0x82
|
|
61 .br
|
|
62 Up 0x83
|
|
63 .br
|
|
64 Right 0x84
|
|
65 .br
|
|
66 Down 0x92
|
|
67 .br
|
|
68 F1 0x91
|
|
69 .br
|
|
70 F2 0x90
|
|
71 .br
|
|
72 F3 0x93
|
|
73 .SH NOTES
|
|
74 Codes converted according to this table will be evaluated by \fI2A_CTRL\fP
|
|
75 (default), which is an alphanumeric-phonetic conversion automation table.
|
|
76 After which, they are evaluated by \fIuumkey\fP.
|
|
77 .SH "SEE ALSO"
|
|
78 xwnmo(1X), 2A_CTRL(4_JT), uumkey(4_JT), cvt_xim_tbl(4X), cvt_meta_tbl(4X)
|
|
79 .SH COPYRIGHT
|
|
80 Copyright 1991, 1992 by OMRON Corporation
|
|
81 .br
|
|
82 Copyright 1991, 1992 by Massachusetts Institute of Technology
|
|
83 .SH AUTHOR
|
|
84 Seiji Kuwari (OMRON Corporation)
|