mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 18:24:38 +02:00
keys: remove keyboard configuration from Lua code
Everything is now handled by inputplug.
This commit is contained in:
parent
3e9a3f8662
commit
a6506a223f
4 changed files with 35 additions and 20 deletions
|
@ -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 ] };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue