dotfiles/custom_colemak

12 lines
254 B
Plaintext

// Custom colemak addition to map Control to Caps
partial modifier_keys
xkb_symbols "colemak-custom" {
include "us(colemak)"
name[Group1] = "English (custom, colemak)";
key <CAPS> { [ Control_L ] };
modifier_map Control { <CAPS> };
};