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 名称
|
|
36 cvt_fun_tbl \- Xウィンドウ・インプットマネージャー(xwnmo(1X))用
|
|
37 ファンクションキー変換テーブル
|
|
38 .SH 形式
|
|
39 .B /usr/local/lib/wnn/cvt_fun_tbl (デフォルト)
|
|
40 .SH 解説
|
|
41 \fIXLookupString()\fP で返されたファンクションキーのコード(\fIKeySym\fP) を、
|
|
42 1バイトの文字(\fIWnn code\fP) へ変換するためのテーブルです。
|
|
43 .PP
|
|
44 .TP 8
|
|
45 .B コーディンクフォーマット:
|
|
46 [ \fIKeySym-entry\fP <space_character> \fPWnn-code\fP ]
|
|
47 .PP
|
|
48 セミコロン (;) で始まる行は、コメント行です。
|
|
49 .TP 8
|
|
50 .B コードの記述法
|
|
51 0?? ---> 8進数
|
|
52 .br
|
|
53 0x?? or 0X?? ---> 16進数
|
|
54 .br
|
|
55 ?? ---> 10進数
|
|
56 .SH サンプル
|
|
57 Kanji 0x81
|
|
58 .br
|
|
59 Left 0x82
|
|
60 .br
|
|
61 Up 0x83
|
|
62 .br
|
|
63 Right 0x84
|
|
64 .br
|
|
65 Down 0x92
|
|
66 .br
|
|
67 F1 0x91
|
|
68 .br
|
|
69 F2 0x90
|
|
70 .br
|
|
71 F3 0x93
|
|
72 .SH 注意
|
|
73 このテーブルにより変換されたコードは、オートマトンテーブルである
|
|
74 \fI2A_CTRL\fP (デフォルト)で評価され、その後、\fIuumkey\fP により評価
|
|
75 されます。
|
|
76 .SH 関連項目
|
|
77 xwnmo(1X), 2A_CTRL(4_JT), uumkey(4_JT), cvt_meta_tbl(4X)
|
|
78 .SH COPYRIGHT
|
|
79 Copyright 1991, 1992 by OMRON Corporation
|
|
80 .br
|
|
81 Copyright 1991, 1992 by Massachusetts Institute of Technology
|
|
82 .SH AUTHOR
|
|
83 Seiji Kuwari (OMRON Corporation)
|