1;
2;   $Id: ./uumkey $
3;
4
5;
6; FreeWnn is a network-extensible Kana-to-Kanji conversion system.
7; This file is part of FreeWnn.
8;
9; Copyright Kyoto University Research Institute for Mathematical Sciences
10;                 1987, 1988, 1989, 1990, 1991, 1992
11; Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
12; Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
13; Copyright FreeWnn Project 1999, 2000
14;
15; Maintainer:  FreeWnn Project   <freewnn@tomo.gr.jp>
16;
17; This program is free software; you can redistribute it and/or modify
18; it under the terms of the GNU General Public License as published by
19; the Free Software Foundation; either version 2 of the License, or
20; (at your option) any later version.
21;
22; This program is distributed in the hope that it will be useful,
23; but WITHOUT ANY WARRANTY; without even the implied warranty of
24; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25; GNU General Public License for more details.
26;
27; You should have received a copy of the GNU General Public License
28; along with this program; if not, write to the Free Software
29; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
30;
31
32;;;;;;;;;;;;;;;;;;;;;;;;;
33; uum 	key bind table  :
34;;;;;;;;;;;;;;;;;;;;;;;;;
35;
36;	Version 5.0
37;
38
39; Commands			Codes
40
41forward_char			^F 0x90
42backward_char			^B 0x91
43goto_top_of_line		^A 0x9A
44goto_end_of_line		^E 0x9B
45delete_char_at_cursor		^D 0x8B
46kaijo				^K 0x99
47henkan				^W 0x9E
48kana_henkan			^C
49
50;nobi_henkan_dai			^W 0x9E
51;nobi_henkan			^Z
52nobi_henkan			^W
53;tan_henkan			^Z
54;select_jikouho_dai		^W 0x9C 0x9E
55;select_jikouho			^Z
56select_jikouho			^W 0x9C 0x9E
57;jikouho_dai			^N 0x92
58jikouho				^N 0x92
59;zenkouho_dai			^P 0x93
60zenkouho			^P 0x93
61
62kill				^K 0x99
63yank				^Y
64bunsetu_nobasi			^O 0x94
65bunsetu_chijime			^I 0x8D
66jisho_utility			^^
67jisho_utility_e			0x84 0x96
68kakutei				^L 0x9F
69sainyuuryoku			^U
70sainyuuryoku_e			0x8C
71kuten				^]
72kuten_e				0x97
73jis				^_
74jis_e				0x98
75redraw_line			^R
76touroku				^T
77touroku_e			0x95
78touroku_mark_set		32 ^J ^M 0x9E 0x9F
79touroku_return			^J ^M
80touroku_jump_forward		^N 0x92
81touroku_jump_backward		^P 0x93
82quit				^G 0x9C
83;henkan_on			^@ 0x9D
84henkan_on			^\ 0x9D
85quote				^V
86previous_history		^P
87previous_history_e		0x93
88next_history			^N
89next_history_e			0x92
90send_string			^M ^J ^[
91change_to_insert_mode		^C
92
93; only for test
94;send_ascii_char		^Z
95;not_send_ascii_char		^\
96;toggle_send_ascii_char		^Q
97;pop_send_ascii_char		^S
98
99select_select			32 ^J ^M 0x9E 0x9F
100lineend_select			^E 0x9B
101linestart_select		^A 0x9A
102previous_select			^P 0x93
103next_select			^N 0x92
104backward_select			^B 0x91
105forward_select			^F 0x90
106
107inspect				^V
108del_entry			^D
109use_entry			^U
110com_entry			^C
111hindo_set			^H
112ima_bit				^I
113;reconnect_jserver		0x85
114
115;
116; Local Variables:
117; kanji-flag: t
118; kanji-fileio-code: 0
119; End:
120;
121