From 6e434b720bb6a58e493b673d30cbd89ab7891a16 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 20 Jun 2009 14:51:46 +0100 Subject: [PATCH] missing 2 mappings added https://bugs.freedesktop.org/show_bug.cgi?id=22386 --- ChangeLog | 10 ++++++++++ symbols/by | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df12cd1..eda8c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-06-20 Sergey Udaltsov + + * symbols/by: missing mappings, + https://bugs.freedesktop.org/show_bug.cgi?id=22386 + +2009-06-19 Sergey Udaltsov + + * symbols/de: small fix for a numbersign key, + http://bugs.freedesktop.org/show_bug.cgi?id=19934 + 2009-06-15 Sergey Udaltsov * symbols/inet: fixing ABNT2-specific mapping for keypad dot key, diff --git a/symbols/by b/symbols/by index b319413..c017fda 100644 --- a/symbols/by +++ b/symbols/by @@ -17,6 +17,8 @@ xkb_symbols "basic" { key { [ 5, percent ] }; key { [ 6, colon ] }; key { [ 7, question ] }; + key { [ minus, underscore ] }; + key { [ equal, plus ] }; key { [ Cyrillic_shorti, Cyrillic_SHORTI ] }; key { [ Cyrillic_tse, Cyrillic_TSE ] }; @@ -63,8 +65,8 @@ partial alphanumeric_keys xkb_symbols "winkeys" { include "by(basic)" name[Group1]= "Belarus - Winkeys"; - key { [ 4, semicolon ] }; key { [ 3, numbersign ] }; + key { [ 4, semicolon ] }; key { [ 5, percent ] }; key { [ 6, colon ] }; key { [ 7, question ] }; -- 2.32.0.93.g670b81a890