> stderr gives better info than Xorg.0.log: > > syntax error: line 19 of level3 > The XKEYBOARD keymap compiler (xkbcomp) reports: > > Error: Error interpreting include file "level3" > > Exiting > > Abandoning symbols file "basic" > > > Attached a patch to fix that regression.
Exactly the same thing in symbols/level5. We just missed release 2.10, unfortunately. Andreas
>From d3e44746d5563a420d3c1624251e8e0f3f72a7f6 Mon Sep 17 00:00:00 2001 From: Andreas Wettstein <[email protected]> Date: Wed, 2 Oct 2013 11:40:53 +0200 Subject: [PATCH] Replace semicolon by comma. Signed-off-by: Andreas Wettstein <[email protected]> --- symbols/level5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/level5 b/symbols/level5 index c4c760f..1ae2e6d 100644 --- a/symbols/level5 +++ b/symbols/level5 @@ -35,7 +35,7 @@ xkb_symbols "ralt_switch" { partial modifier_keys xkb_symbols "modifier_mapping" { replace key <MDSW> { - type[Group1] = "ONE_LEVEL"; + type[Group1] = "ONE_LEVEL", symbols[Group1] = [ ISO_Level5_Shift ] }; modifier_map Mod3 { <MDSW> }; -- 1.8.3.1
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
