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" {
|
2023-11-17 19:15:20 +00:00
|
|
|
key <AC11> {[ ISO_Level3_Shift ], type[group1]="ONE_LEVEL" };
|
2023-04-26 09:25:27 +00:00
|
|
|
};
|