blob: 6e7416deabd22fe89516c443e823391b6f2dc9f0 (
plain)
1
2
3
4
5
6
7
8
|
partial modifier_keys
xkb_symbols "caps_switch_latch" {
key <CAPS> {
type[Group1]="THREE_LEVEL",
symbols[Group1] = [ ISO_Level3_Latch, ISO_Level3_Shift, ISO_Level3_Latch ]
};
include "level3(modifier_mapping)"
};
|