mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
partial modifier_keys
|
|
xkb_symbols "swap_lalt_lctrl" {
|
|
replace key <LALT> { [ Control_L, Control_L ] };
|
|
replace key <LCTL> { [ Alt_L, Meta_L ] };
|
|
};
|