Mercurial > freewnn
comparison Xwnmo/jd/cvt_xim_tbl @ 0:bbc77ca4def5
initial import
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 13 Dec 2007 04:30:14 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bbc77ca4def5 |
---|---|
1 ; | |
2 ; $Id: cvt_xim_tbl,v 1.1.2.1 1999/02/08 05:51:56 yamasita Exp $ | |
3 ; | |
4 | |
5 ; FreeWnn is a network-extensible Kana-to-Kanji conversion system. | |
6 ; This file is part of FreeWnn. | |
7 ; | |
8 ; Copyright Kyoto University Research Institute for Mathematical Sciences | |
9 ; 1987, 1988, 1989, 1990, 1991, 1992 | |
10 ; Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999 | |
11 ; Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992 | |
12 ; | |
13 ; Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp> | |
14 ; | |
15 ; This program is free software; you can redistribute it and/or modify | |
16 ; it under the terms of the GNU General Public License as published by | |
17 ; the Free Software Foundation; either version 2, or (at your option) | |
18 ; any later version. | |
19 ; | |
20 ; This program is distributed in the hope that it will be useful, | |
21 ; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
22 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
23 ; GNU General Public License for more details. | |
24 ; | |
25 ; You should have received a copy of the GNU General Public License | |
26 ; along with GNU Emacs; see the file COPYING. If not, write to the | |
27 ; Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
28 ; | |
29 ; Commentary: | |
30 ; | |
31 ; Change log: | |
32 ; | |
33 ; Last modified date: 8,Feb.1999 | |
34 ; | |
35 | |
36 Meta|Left 0x9A | |
37 Meta|Up 0x99 | |
38 Meta|Right 0x9B | |
39 Meta|Down 0x9C | |
40 Meta|F11 0x95 | |
41 Meta|F12 0x96 | |
42 Meta|F13 0x97 | |
43 Meta|F14 0x98 | |
44 Meta|minus 0x81 | |
45 Meta|asciicircum 0x82 | |
46 Meta|backslash 0x83 | |
47 ; | |
48 Kanji 0x9E | |
49 Left 0x91 | |
50 Up 0x93 | |
51 Right 0x90 | |
52 Down 0x92 | |
53 Execute 0x9F | |
54 F1 0x81 | |
55 F2 0x82 | |
56 F3 0x83 | |
57 F4 0x96 | |
58 F5 0x85 | |
59 F6 0x86 | |
60 F7 0x87 | |
61 F8 0x88 | |
62 F9 0x89 | |
63 F10 0x8A | |
64 F11 0x8B | |
65 F12 0x8C | |
66 F13 0x8D | |
67 F14 0x94 |