1// These partial variants assign Shift to various XKB keycodes.
2
3// The Less/Greater key (while pressed) chooses the second shift level.
4partial modifier_keys
5xkb_symbols "lsgt_switch" {
6  key <LSGT> {
7    type[Group1]="ONE_LEVEL",
8    symbols[Group1] = [ Shift_L ]
9  };
10};
11