mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
keys: transform Ctrl_L into a Escape key for X1
This commit is contained in:
parent
d79a3d0f5c
commit
fcd7b59c07
1 changed files with 3 additions and 1 deletions
|
@ -12,11 +12,13 @@ xkb_symbols "webcam" {
|
|||
};
|
||||
};
|
||||
|
||||
partial
|
||||
partial modifier_keys alphanumeric_keys
|
||||
xkb_symbols "x1" {
|
||||
key <LCTL> { [ Escape, Escape ] };
|
||||
key <HOME> { [ Control_L, Control_L ] };
|
||||
key <END> { [ Control_L, Control_L ] };
|
||||
modifier_map Control { Control_L, <HOME>, <END> };
|
||||
|
||||
key <TLDE> { [ Insert, Insert ] };
|
||||
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue