0
|
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 用 キーバインド表 :
|
|
34 ; key bind table :
|
|
35 ;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
36 ;
|
|
37 ; Version 4.0
|
|
38 ;
|
|
39 ;
|
|
40
|
|
41 ; Commands Codes
|
|
42
|
|
43 forward_char ^F 0x90
|
|
44 backward_char ^B 0x91
|
|
45 goto_top_of_line ^A 0x9A
|
|
46 goto_end_of_line ^E 0x9B
|
|
47 delete_char_at_cursor ^D 0x8B
|
|
48 kaijo ^K 0x99
|
|
49 henkan ^W 0x9E
|
|
50 kana_henkan ^C
|
|
51 ;romaji_henkan ^R
|
|
52 nobi_henkan_dai ^W 0x9E
|
|
53 ;romaji_nobi_henkan ^R
|
|
54 select_jikouho_dai ^W 0x9C 0x9E
|
|
55 select_jikouho ^Z
|
|
56 nobi_henkan ^Z
|
|
57 tan_henkan ^Z
|
|
58 jikouho_dai ^N 0x92
|
|
59 zenkouho_dai ^P 0x93
|
|
60
|
|
61 kill ^K 0x99
|
|
62 yank ^Y
|
|
63 bunsetu_nobasi ^O 0x94
|
|
64 bunsetu_chijime ^I 0x8D
|
|
65 jisho_utility ^^
|
|
66 jisho_utility_e 0x84 0x96
|
|
67 kakutei ^L 0x9F
|
|
68 sainyuuryoku ^U
|
|
69 sainyuuryoku_e 0x8C
|
|
70 kuten ^]
|
|
71 kuten_e 0x97
|
|
72 jis ^_
|
|
73 jis_e 0x98
|
|
74 redraw_line ^R
|
|
75 touroku ^T
|
|
76 touroku_e 0x95
|
|
77 touroku_mark_set 32 ^J ^M 0x9E 0x9F
|
|
78 touroku_return ^J ^M
|
|
79 touroku_jump_forward ^N 0x92
|
|
80 touroku_jump_backward ^P 0x93
|
|
81 quit ^G 0x9C
|
|
82 ;henkan_on ^@ 0x9D
|
|
83 henkan_on ^\ 0x9D
|
|
84 quote ^V
|
|
85 previous_history ^P
|
|
86 previous_history_e 0x93
|
|
87 next_history ^N
|
|
88 next_history_e 0x92
|
|
89 send_string ^M ^J ^[
|
|
90 change_to_insert_mode ^C
|
|
91
|
|
92 ; only for test
|
|
93 ;send_ascii_char ^Z
|
|
94 ;not_send_ascii_char ^\
|
|
95 ;toggle_send_ascii_char ^Q
|
|
96 ;pop_send_ascii_char ^S
|
|
97
|
|
98 select_select 32 ^J ^M 0x9E 0x9F
|
|
99 lineend_select ^E 0x9B
|
|
100 linestart_select ^A 0x9A
|
|
101 previous_select ^P 0x93
|
|
102 next_select ^N 0x92
|
|
103 backward_select ^B 0x91
|
|
104 forward_select ^F 0x90
|
|
105
|
|
106 inspect ^V
|
|
107 del_entry ^D
|
|
108 use_entry ^U
|
|
109 com_entry ^C
|
|
110 hindo_set ^H
|
|
111 ima_bit ^I
|
|
112 ;reconnect_jserver 0x85
|
|
113
|
|
114 ;
|
|
115 ; Local Variables:
|
|
116 ; kanji-flag: t
|
|
117 ; kanji-fileio-code: 0
|
|
118 ; End:
|
|
119 ;
|