about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/tables/yawerty
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/bundle/stime/tables/yawerty')
-rw-r--r--vim/.vim/bundle/stime/tables/yawerty180
1 files changed, 180 insertions, 0 deletions
diff --git a/vim/.vim/bundle/stime/tables/yawerty b/vim/.vim/bundle/stime/tables/yawerty
new file mode 100644
index 0000000..21e9ed0
--- /dev/null
+++ b/vim/.vim/bundle/stime/tables/yawerty
@@ -0,0 +1,180 @@
+### File header must not be modified
+### This file must be encoded into UTF-8.
+### This file is derived from Vim's russian-yawerty.vim <http://www.vim.org/>
+SCIM_Generic_Table_Phrase_Library_TEXT
+VERSION_1_0
+
+### Begin Table definition.
+BEGIN_DEFINITION
+
+### An unique id to distinguish this table among others.
+### Use uuidgen to generate this kind of id.
+UUID = 01fd7129-f923-4e87-bdc0-67c38ccc6756
+
+### 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 = 20040403
+
+ICON = yawerty.png
+
+### The symbol to be displayed in IM switchers
+SYMBOL = Я
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Я
+
+### The default name of this table
+NAME = 'Yawerty'
+
+### The local names of this table 
+###NAME.ru_RU = 
+
+### Supported languages of this table
+LANGUAGES = ru
+
+### The author of this table
+AUTHOR = Matthew Fischer <futhark@users.sourceforge.net>
+
+### The Keyboard Layout used by this table.
+### Set to "default" to accept any kind of layouts.
+LAYOUT = us
+
+### 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 = TRUE
+
+### Single wildcard char (leave empty if you don’t want a wildcard character).
+SINGLE_WILDCARD_CHAR =
+
+### Multi wildcard char (leave empty if you don’t want a wildcard character).
+MULTI_WILDCARD_CHAR =
+
+### 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 = 1
+
+### Valid input chars.
+VALID_INPUT_CHARS == ABWGDE&VZIJKLMNOPRSTUFHC+{}$YX|~Qabwgde^vzijklmnoprstufhc=[]#yx\`q
+
+### The key strokes to split inputted string.
+###SPLIT_KEYS = quoteright
+
+### The key strokes to commit the convert result to client.
+COMMIT_KEYS = space
+
+### The key strokes to forward the inputted string to client.
+FORWARD_KEYS = Return
+
+### The key strokes to select candidiate phrases.
+SELECT_KEYS = 1,2,3,4,5,6,7,8,9
+
+### The key strokes to page up the lookup table.
+PAGE_UP_KEYS = Page_Up
+
+### The key strokes to page down the lookup table.
+PAGE_DOWN_KEYS = Page_Down
+
+END_DEFINITION
+
+### Begin Table data.
+BEGIN_TABLE
+A	А	0
+B	Б	0
+W	В	0
+G	Г	0
+D	Д	0
+E	Е	0
+&	Ё	0
+V	Ж	0
+Z	З	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
+F	Ф	0
+H	Х	0
+C	Ц	0
++	Ч	0
+{	Ш	0
+}	Щ	0
+$	Ъ	0
+Y	Ы	0
+X	Ь	0
+|	Э	0
+~	Ю	0
+Q	Я	0
+a	а	0
+b	б	0
+w	в	0
+g	г	0
+d	д	0
+e	е	0
+^	ё	0
+v	ж	0
+z	з	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
+f	ф	0
+h	х	0
+c	ц	0
+=	ч	0
+[	ш	0
+]	щ	0
+#	ъ	0
+y	ы	0
+x	ь	0
+\	э	0
+`	ю	0
+q	я	0
+END_TABLE