diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2012-02-14 17:53:13 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2012-02-14 17:53:13 +0000 |
commit | 0fed1ebd7efc6dcb0d6f1a39e8a53e71b13e172e (patch) | |
tree | a301402a60174a91cc53a82306629be5d574dca4 | |
parent | 32ebf05e3d883de2fbfdbc3c6f52a561fca1f2f1 (diff) |
Fixed ru(cv), wrong characters
https://bugs.freedesktop.org/show_bug.cgi?id=46010
-rw-r--r-- | symbols/ru | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -273,13 +273,13 @@ xkb_symbols "cv" { key.type[group1]="FOUR_LEVEL"; key <AD03> { [ Cyrillic_u, Cyrillic_U, - 0x010004f3, 0x010004f2 ] }; + U04F3, U04F2 ] }; key <AD05> { [ Cyrillic_ie, Cyrillic_IE, - 0x01000115, 0x01000114 ] }; + U04D7, U04D6 ] }; key <AC04> { [ Cyrillic_a, Cyrillic_A, - abreve, Abreve ] }; + U04D1, U04D0 ] }; key <AB03> { [ Cyrillic_es, Cyrillic_ES, - ccedilla, Ccedilla ] }; + U04AB, U04AA ] }; include "level3(ralt_switch)" }; |