From 8e9a98c956256f39a3e6ad478b109d9ac2fbac22 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 13 Aug 2016 21:36:26 +0200 Subject: [PATCH] symbols/de: Do not specify the key.type where it isn't needed. With a newer xkbcomp, a trailing "any" (NoSymbol) in a key definition is taken to mean "none" (VoidSymbol) when the layout specifies the keytype explicitly. Avoid this by not specifying the keytype -- it isn't needed when an included file has already defined the relevant number of levels. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=97336, a bug for which a partial fix was applied in commit ae052b1. Signed-off-by: Benno Schulenberg --- symbols/de | 2 -- 1 file changed, 2 deletions(-) diff --git a/symbols/de b/symbols/de index 3adb913..90ea1d3 100644 --- a/symbols/de +++ b/symbols/de @@ -598,8 +598,6 @@ xkb_symbols "ru" { name[Group1]= "Russian (Germany, phonetic)"; - key.type[group1]="FOUR_LEVEL_ALPHABETIC"; - key { [ Cyrillic_a, Cyrillic_A ] }; key { [ Cyrillic_be, Cyrillic_BE ] }; key { [ Cyrillic_ve, Cyrillic_VE ] }; -- 2.9.3