dotfiles/custom_colemak

12 lines
254 B
Plaintext
Raw Normal View History

2022-03-07 19:18:42 +01:00
// Custom colemak addition to map Control to Caps
2022-03-07 19:18:42 +01:00
partial modifier_keys
xkb_symbols "colemak-custom" {
include "us(colemak)"
name[Group1] = "English (custom, colemak)";
2022-03-07 19:18:42 +01:00
key <CAPS> { [ Control_L ] };
modifier_map Control { <CAPS> };
};