diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2009-06-09 12:07:49 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2009-06-09 12:07:49 +0100 |
commit | eabcd01e85a5e4815c174ce839b09670a0ee5347 (patch) | |
tree | b4824884012b5a7d2153cdfcc0ac33dec67620b3 /symbols/ru | |
parent | 28dde5948b09faa4fb4d1575ebe5d83df006a073 (diff) |
added ru(bak)
https://bugs.freedesktop.org/show_bug.cgi?id=22101
Diffstat (limited to 'symbols/ru')
-rw-r--r-- | symbols/ru | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -438,3 +438,28 @@ xkb_symbols "dos" { key <AB10> { [ Cyrillic_io, Cyrillic_IO ] }; }; +partial alphanumeric_keys +xkb_symbols "bak" { + include "ru(winkeys)" + + name[Group1]= "Russia - Bashkirian"; + key.type[group1]="FOUR_LEVEL"; + + key <TLDE> { [ 0x010004d9, 0x010004d8, Cyrillic_io, Cyrillic_IO ] }; + key <AE01> { [ exclam, quotedbl, 1, 1 ] }; + key <AE02> { [ 0x010004e9, 0x010004e8, 2, 2 ] }; + key <AE03> { [ 0x010004a1, 0x010004a0, 3, 3 ] }; + key <AE04> { [ 0x01000493, 0x01000492, 4, 4 ] }; + key <AE05> { [ 0x010004ab, 0x010004aa, 5, 5 ] }; + key <AE06> { [ colon, semicolon, 6, 6 ] }; + key <AE07> { [ 0x01000499, 0x01000498, 7, 7 ] }; + key <AE08> { [ 0x010004bb, 0x010004ba, 8, 8 ] }; + key <AE09> { [ question, parenleft, 9, 9 ] }; + key <AE10> { [ numerosign, parenright, 0, 0 ] }; + key <AE11> { [ minus, percent, minus, underscore ]}; + key <AE12> { [ 0x010004af, 0x010004ae, equal, plus ]}; + key <BKSL> { [ 0x010004a3, 0x010004a2, backslash, slash ]}; + + include "level3(ralt_switch)" +}; + |