10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
|
// 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 ]
|
|
};
|
|
};
|