mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +02:00
keys: don't use replace keys
when defining new symbols
It seems that this is incompatible with a per-device mapping.
This commit is contained in:
parent
712c1f3362
commit
b31742b740
1 changed files with 4 additions and 4 deletions
|
@ -14,9 +14,9 @@ xkb_symbols "webcam" {
|
|||
|
||||
partial
|
||||
xkb_symbols "x1" {
|
||||
replace key <HOME> { [ Control_L, Control_L ] };
|
||||
replace key <END> { [ Control_L, Control_L ] };
|
||||
key <HOME> { [ Control_L, Control_L ] };
|
||||
key <END> { [ Control_L, Control_L ] };
|
||||
modifier_map Control { Control_L, <HOME>, <END> };
|
||||
replace key <TLDE> { [ Insert, Insert ] };
|
||||
replace key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||
key <TLDE> { [ Insert, Insert ] };
|
||||
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue