Add input-method and descrition elements.
[m17n/m17n-db.git] / im-cmd.tbl
1 (commit
2  (Return) (Linefeed)
3  "Commit"
4  "Commit the preedit text")
5 (convert
6  (space)
7  "Convert" 
8  "Convert the preedit text")
9 (revert
10  (Escape)
11  "Revert"
12  "Revert the conversion")
13 (prev-candidate
14  (Left) (C-B)
15  "Previous candidate"
16  "Select the previous candidate")
17 (next-candidate
18  (Right) (C-F) (space)
19  "Next candidate"
20  "Select the next candidate")
21 (first-candidate
22  (C-A)
23  "First candidate"
24  "Select the first candidate in group")
25 (last-candidate
26  (C-E)
27  "Last candidate"
28  "Select the last candidate in group")
29 (prev-candidate-group
30  (Up) (C-P)
31  "Previous candidate group"
32  "Select the previous candidate group")
33 (next-candidate-group
34  (Down) (C-N)
35  "Next candidate group"
36  "Select the next candidate group")
37 (candidate-1
38  (1)
39  "First candidate in group"
40  "Select the first candidate in the current group")
41 (candidate-2
42  (2)
43  "Second candidate in group"
44  "Select the second candidate in the current group")
45 (candidate-3
46  (3)
47  "Third candidate in group"
48  "Select the third candidate in the current group")
49 (candidate-4
50  (4)
51  "Fourth candidate in group"
52  "Select the fourth candidate in the current group")
53 (candidate-5
54  (5)
55  "Fifth candidate in group"
56  "Select the fifth candidate in the current group")
57 (candidate-6
58  (6)
59  "Sixth candidate in group"
60  "Select the sixth candidate in the current group")
61 (candidate-7
62  (7)
63  "Seventh candidate in group"
64  "Select the seventh candidate in the current group")
65 (candidate-8
66  (8)
67  "Eighth candidate in group"
68  "Select the eighth candidate in the current group")
69 (candidate-9
70  (9)
71  "Ninth candidate in group"
72  "Select the ninth candidate in the current group")
73 (candidate-10
74  (0)
75   "10th candidate in group"
76   "Select the 10th candidate in the current group")
77 (prev-char
78  (Left) (C-B)
79  "Previous character"
80  "Move to the previous character")
81 (next-char
82  (Right) (C-F)
83  "Next character"
84  "Move to the next character")
85 (first-char
86  (C-A)
87  "Fist character"
88  "Move to the first character")
89 (last-char
90  (C-E)
91  "Last character"
92  "Move to the last character")
93 (backward-delete-char
94  (Backspace)
95  "Delete char backward"
96  "Delete the previous character")
97 (delete-char
98  (Delete)
99  "Delete char"
100  "Delete the following character")
101 (prev-segment
102  (Left) (C-B)
103  "Previous segment"
104  "Move to the previous segment")
105 (next-segment
106  (Right) (C-F)
107  "Next segment"
108  "Move to the next segment")
109 (first-segment
110  (C-A)
111  "First segment"
112  "Move to the first segment")
113 (last-segment
114  (C-E)
115  "Last segment"
116  "Move to the last segment")
117 (extend-segment
118  (S-Right) (C-O)
119  "Extend segment"
120  "Extend the current segment length to the tail")
121 (shrink-segment
122  (S-Left) (C-I)
123  "Shrink segment"
124  "Shrink the current segment length from the tail")