RMLVO model symbols only inherited by first layout #304
Labels
meta: xkeyboard-config
Issue related to xkeyboard-config
question
Indicates that an issue, pull request, or discussion needs more information
Background
The
pc(pc105)
symbols definekey <LSGT> { [ less, greater, bar, brokenbar ] };
.The
us(colemak)
symbols definekey <LSGT> { [ minus, underscore, endash, emdash ] };
The
us(basic)
symbols do not define<LSGT>
A two group
us, us(colemak)
configuration works as expected with Group1 inheriting the<LSGT>
symbols frompc(pc105)
, whereas Group2 (colemak) using its own symbols:The problem
However, the two group configuration in the opposite order
us(colemak), us
doesn't have Group2 at all:I would expect for
Group2
to exist with the value inherited frompc105
, like in the previous case.Notes
The symbols combination for the problematic configuration is:
xkb_symbols { include "pc+us(colemak)+us:2+inet(evdev)+group(alt_shift_toggle)" };
Using the
pc
symbols for both groups explicitly allows 'Group2' to properly inherit the symbols:I am trying to understand the situation, and it seems one of the following is true:
Thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: