- Re-added caps_escape PR to dev

This commit is contained in:
Ben Reaves
2020-04-12 16:53:37 -05:00
parent 65df97e8bf
commit fe8b0a2027

View File

@@ -49,6 +49,10 @@ xkb_symbols "swapescape" {
key <ESC> { [ Caps_Lock ] };
};
hidden partial modifier_keys
xkb_symbols "caps_escape" {
key <CAPS> { [ Escape ] };
};
hidden partial modifier_keys
xkb_symbols "caps_shiftlock" {
replace key <CAPS> { [ Shift_Lock ] };
modifier_map Shift { Shift_Lock };