From e36bd9001abe7219f9382477aadc43326b6cc005 Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Sun, 10 Dec 2017 20:34:05 +0100 Subject: Correct Serbian and Yugoslavian xkb symbols file (martinw, mga#22157) --- NEWS | 1 + lib/keyboard.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c92cfc0..25caf30 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- correct Serbian and Yugoslavian xkb symbols file (martinw, mga#22157) - try to fix the Esperanto Dvorak keyboard - add the French Azerty latin9 keyboard (mga#20364) - improve the names of some French keyboards diff --git a/lib/keyboard.pm b/lib/keyboard.pm index e73eb00..b920929 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -286,7 +286,7 @@ my %keyboards = ( # TODO: console map # "snd" => [ N_("_: keyboard\nSindhi"), "us", "snd", "digits", 1 ], # BROKEN # TODO: console map - "srp" => [ N_("_: keyboard\nSerbian (cyrillic)"), "sr", "srp,srp", "basic,latin", 1 ], + "srp" => [ N_("_: keyboard\nSerbian (cyrillic)"), "sr", "rs,rs", "basic,latin", 1 ], "syr" => [ N_("_: keyboard\nSyriac"), "us", "sy", "syc", 1 ], "syr_p" => [ N_("_: keyboard\nSyriac (phonetic)"), "us", "sy", "syc_phonetic", 1 ], "tel" => [ N_("_: keyboard\nTelugu"), "us", "in", "tel", 1 ], @@ -317,7 +317,7 @@ my %keyboards = ( "uz" => [ N_("_: keyboard\nUzbek (cyrillic)"), "uz", "uz", "cyrillic", 1 ], # old XKB layout "vn" => [ N_("_: keyboard\nVietnamese \"numeric row\" QWERTY"), "vn-tcvn", "vn", "", 0 ], - "yu" => [ N_("_: keyboard\nYugoslavian (latin)"), "sr", "srp", "latin", 0 ], + "yu" => [ N_("_: keyboard\nYugoslavian (latin)"), "sr", "rs", "latin", 0 ], ); #- list of possible choices for the key combinations to toggle XKB groups -- cgit v1.2.1