Skip to content

Instantly share code, notes, and snippets.

@AlephAlpha
Created August 11, 2016 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlephAlpha/0f2c1286a69b5f1d15daf95b11d2f8a4 to your computer and use it in GitHub Desktop.
Save AlephAlpha/0f2c1286a69b5f1d15daf95b11d2f8a4 to your computer and use it in GitHub Desktop.
Rime 俄语 ЙЦУКЕН 键盘布局
# Rime schema
# vim: set sw=2 sts=2 et:
# encoding: utf-8
schema:
schema_id: jcuken
name: ЙЦУКЕН
version: "1.0"
author:
- AlephAlpha <alephalpha911@gmail.com>
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