about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/tables/cyrillic
blob: ca86dc5e968178012027256f942c5a457d6bb492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
### Table         Russian Transliteration Table
###
### Description   Russian Transliteration Table for IBus-Table.
###
### This file must be encoded into UTF-8.

### Begin Table definition.
BEGIN_DEFINITION

### An unique id to distinguish this table among others.
### Use uuidgen to generate this kind of id.
UUID = ab8be348-60d7-4643-bb8f-83488dd2b5da

### A unique number indicates the version of this file.
### For example the last modified date of this file.
### This number must be less than 2^32.
SERIAL_NUMBER = 2013

### The default name of this table
NAME = 'Russian'

### ICON can be any format as long as your pygtk can recognized
### the most widely ones are "png" and "svg", letter one is recommended
ICON = ibus-table.svg

### Supported languages of this table
LANGUAGES = ru_RU

### Prompt string to be displayed in the status area.
STATUS_PROMPT = ру

### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts.
KEYBOARD_LAYOUT = Unknown

### If true then the first candidate phrase
### will be selected automatically during inputing.
AUTO_SELECT = TRUE

### If true then a multi wildcard will be appended
### at the end of inputing string automatically.
AUTO_WILDCARD = FALSE

### If true then the result string will be committed to client automatically.
### This should be used with AUTO_SELECT = TRUE.
AUTO_COMMIT = TRUE

### If true then the inputted string will be automatically splitted during inputing.
AUTO_SPLIT = TRUE

### If true then the phrases' frequencies will be adjusted dynamically.
DYNAMIC_ADJUST = FALSE

### If true then the preedit area will be filled up by the current candidate phrase automatically.
AUTO_FILL = TRUE

### If true then the lookup table will always be shown if there is any candidate phrase.
### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left.
ALWAYS_SHOW_LOOKUP = FALSE

### Enable full width punctuation property
USE_FULL_WIDTH_PUNCT = FALSE

### Use full width punctuation by default
DEF_FULL_WIDTH_PUNCT = FALSE

### Enable full width letter property
USE_FULL_WIDTH_LETTER = FALSE

### Use full width letter by default
DEF_FULL_WIDTH_LETTER = FALSE

### The maxmium length of a key.
MAX_KEY_LENGTH = 2

### Valid input chars.
VALID_INPUT_CHARS = ABCDEFGHIJKLMNOPQRSTUVWYZabcdefghijklmnopqrstuvwxyzßẞ·

END_DEFINITION

### Begin Table data.
BEGIN_TABLE

### normal letters
A	А	0
B	Б	0
C	Ц	0
D	Д	0
E	Э	0
F	Ф	0
G	Г	0
H	Х	0
I	И	0
J	Й	0
K	К	0
L	Л	0
M	М	0
N	Н	0
O	О	0
P	П	0
R	Р	0
S	С	0
T	Т	0
U	У	0
V	В	0
W	Ш	0
X	Х	0
Z	З	0
a	а	0
b	б	0
c	ц	0
d	д	0
e	э	0
f	ф	0
g	г	0
h	х	0
i	и	0
j	й	0
k	к	0
l	л	0
m	м	0
n	н	0
o	о	0
p	п	0
r	р	0
s	с	0
t	т	0
u	у	0
v	в	0
w	ш	0
x	х	0
z	з	0

# fake diacritic
Q	Ь	0
q	ь	0
ß	ъ	0
ẞ	Ъ	0

### use y as a prefix for the digraphs
YA	Я	0
YC	Ч	0
YE	Е	0
YI	Ы	0
YJ	Щ	0
YO	Ё	0
YS	Ш	0
YU	Ю	0
YZ	Ж	0
Ya	Я	0
Yc	Ч	0
Ye	Е	0
Yi	Ы	0
Yj	Щ	0
Yo	Ё	0
Ys	Ш	0
Yu	Ю	0
Yz	Ж	0
ya	я	0
yc	ч	0
ye	е	0
yi	ы	0
yj	щ	0
yo	ё	0
ys	ш	0
yu	ю	0
yz	ж	0

### Kazakh letters, use · as prefix
·C	Ҫ	0
·E	Ә	0
·H	Һ	0
·I	Ұ	0
·K	Ҡ	0
·N	Ң	0
·O	Ө	0
·Q	Қ	0
·R	Ғ	0
·U	Ү	0
·c	ҫ	0
·e	ә	0
·h	һ	0
·i	ұ	0
·k	ҡ	0
·n	ң	0
·o	ө	0
·q	қ	0
·r	ғ	0
·u	ү	0

### make the · typable by itself
··	·	0
··	·	0

END_TABLE