mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
fixed delete key
This commit is contained in:
parent
478c9ccb0e
commit
05b280fcd6
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ in {
|
|||
right = "end";
|
||||
up = "pageup";
|
||||
down = "pagedown";
|
||||
backspace = "delete";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue