xkb_neo/patches/level3

10 lines
248 B
Plaintext
Raw Normal View History

2022-06-17 01:47:54 +00:00
// The Quote key (while pressed) chooses the third shift level.
partial modifier_keys
xkb_symbols "quote_switch" {
key <AC11> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ ISO_Level3_Shift ]
};
include "level3(modifier_mapping)"
};