diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-01-12 23:50:29 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-01-12 23:50:29 +0000 |
commit | 6294cb6917bd665d69988dc497a9388adede2155 (patch) | |
tree | 3b313e90d9b07c127aac614cf9bb9eb8ee3a1993 /symbols | |
parent | 2cc1cd84867aec828ebdacb883f1686ae10c6c87 (diff) |
Add YAZHERTY variant to the russian keyboard layout
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/125
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/ru | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -224,6 +224,15 @@ xkb_symbols "phonetic_winkeys" { }; partial alphanumeric_keys +xkb_symbols "phonetic_yazherty" { + include "ru(phonetic_winkeys)" + name[Group1]= "Russian (phonetic yazherty)"; + key <LatW> { [ Cyrillic_zhe, Cyrillic_ZHE ] }; + key <LatV> { [ Cyrillic_ve, Cyrillic_VE ] }; +}; + + +partial alphanumeric_keys xkb_symbols "tt" { include "ru(winkeys)" |