mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
fixed delete key
This commit is contained in:
parent
478c9ccb0e
commit
05b280fcd6
|
|
@ -54,6 +54,7 @@ in {
|
|||
right = "end";
|
||||
up = "pageup";
|
||||
down = "pagedown";
|
||||
backspace = "delete";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue