keys: transform Ctrl_L into a Escape key for X1

This commit is contained in:
Vincent Bernat 2014-06-14 19:48:44 +02:00
parent d79a3d0f5c
commit fcd7b59c07

View file

@ -12,11 +12,13 @@ xkb_symbols "webcam" {
}; };
}; };
partial partial modifier_keys alphanumeric_keys
xkb_symbols "x1" { xkb_symbols "x1" {
key <LCTL> { [ Escape, Escape ] };
key <HOME> { [ Control_L, Control_L ] }; key <HOME> { [ Control_L, Control_L ] };
key <END> { [ Control_L, Control_L ] }; key <END> { [ Control_L, Control_L ] };
modifier_map Control { Control_L, <HOME>, <END> }; modifier_map Control { Control_L, <HOME>, <END> };
key <TLDE> { [ Insert, Insert ] }; key <TLDE> { [ Insert, Insert ] };
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] }; key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
}; };