[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#291853: xkbcomp warns about <RALT> having 2 symbols



tags 291853 + upstream
thanks

Hello,

In my configuration:

xkb_keymap "default" {
    xkb_keycodes             { include "xfree86+aliases(azerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc+fr(latin9)+inet(dellusbmm)+braille:2+group(shift_caps_toggle)+compose(rwin)+nbsp(level3n)" };
    xkb_geometry             { include "pc(pc104)" };
};

The conflict comes from a conflict between 

xkb_symbols "ralt_switch" {
  key <RALT> {
    type[Group1]="ONE_LEVEL",

from symbols/level3, directly included from symbols/fr and

xkb_symbols "meta_alt" {
    key <RALT> {        [       Alt_R,  Meta_R          ]       };

from symbols/altwin, included from symbols/pc.  Maybe we should just
report upstream?

Samuel



Reply to: