keys: remove keyboard configuration from Lua code

Everything is now handled by inputplug.
This commit is contained in:
Vincent Bernat 2014-06-10 20:59:47 +02:00
parent 3e9a3f8662
commit a6506a223f
4 changed files with 35 additions and 20 deletions

View file

@ -11,3 +11,12 @@ xkb_symbols "webcam" {
[ XF86ScreenSaver, NoSymbol ]
};
};
partial
xkb_symbols "x1" {
replace key <HOME> { [ Control_L, Control_L ] };
replace key <END> { [ Control_L, Control_L ] };
modifier map Control { Control_L, <HOME>, <END> };
replace key <TLDE> { [ Insert ] };
replace key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
};