Created
August 11, 2016 09:55
-
-
Save AlephAlpha/0f2c1286a69b5f1d15daf95b11d2f8a4 to your computer and use it in GitHub Desktop.
Rime 俄语 ЙЦУКЕН 键盘布局
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rime schema | |
# vim: set sw=2 sts=2 et: | |
# encoding: utf-8 | |
schema: | |
schema_id: jcuken | |
name: ЙЦУКЕН | |
version: "1.0" | |
author: | |
- AlephAlpha <[email protected]> | |
description: "俄语 ЙЦУКЕН 键盘布局" | |
engine: | |
processors: | |
- punctuator | |
- express_editor | |
segmentors: | |
- punct_segmentor | |
translators: | |
- punct_translator | |
punctuator: | |
half_shape: &symtable | |
"`" : "ё" | |
"-" : "-" | |
"=" : "=" | |
"q" : "й" | |
"w" : "ц" | |
"e" : "у" | |
"r" : "к" | |
"t" : "е" | |
"y" : "н" | |
"u" : "г" | |
"i" : "ш" | |
"o" : "щ" | |
"p" : "з" | |
"[" : "х" | |
"]" : "ъ" | |
"a" : "ф" | |
"s" : "ы" | |
"d" : "в" | |
"f" : "а" | |
"g" : "п" | |
"h" : "р" | |
"j" : "о" | |
"k" : "л" | |
"l" : "д" | |
";" : "ж" | |
"'" : "э" | |
"z" : "я" | |
"x" : "ч" | |
"c" : "с" | |
"v" : "м" | |
"b" : "и" | |
"n" : "т" | |
"m" : "ь" | |
"," : "б" | |
"." : "ю" | |
"/" : "." | |
"~" : "Ё" | |
"!" : "!" | |
"@" : "\"" | |
"#" : "№" | |
"$" : ";" | |
"%" : "%" | |
"^" : ":" | |
"&" : "?" | |
"*" : "*" | |
"(" : "(" | |
")" : ")" | |
"_" : "_" | |
"+" : "+" | |
"Q" : "Й" | |
"W" : "Ц" | |
"E" : "У" | |
"R" : "К" | |
"T" : "Е" | |
"Y" : "Н" | |
"U" : "Г" | |
"I" : "Ш" | |
"O" : "Щ" | |
"P" : "З" | |
"{" : "Х" | |
"}" : "Ъ" | |
"|" : "/" | |
"A" : "Ф" | |
"S" : "Ы" | |
"D" : "В" | |
"F" : "А" | |
"G" : "П" | |
"H" : "Р" | |
"J" : "О" | |
"K" : "Л" | |
"L" : "Д" | |
":" : "Ж" | |
"\"" : "Э" | |
"Z" : "Я" | |
"X" : "Ч" | |
"C" : "С" | |
"V" : "М" | |
"B" : "И" | |
"N" : "Т" | |
"M" : "Ь" | |
"<" : "Б" | |
">" : "Ю" | |
"?" : "," | |
full_shape: *symtable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment