7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
|
|
// The Quote key (while pressed) chooses the third shift level.
|
|
partial modifier_keys
|
|
xkb_symbols "quote_switch" {
|
|
key <AC11> {[ ISO_Level3_Shift ], type[group1]="ONE_LEVEL" };
|
|
};
|