mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 03:44:48 +02:00
xkb: swap Ins and Del on my 75% keyboard
This commit is contained in:
parent
3cf24dccc6
commit
28ee62a281
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ partial
|
|||
xkb_symbols "75percent" {
|
||||
key <HOME> { [ Prior, Prior ] };
|
||||
key <END> { [ Next, Next ] };
|
||||
key <INS> { [ Delete ] };
|
||||
key <DELE> { [ Insert ] };
|
||||
};
|
||||
|
||||
partial modifier_keys alphanumeric_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue