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";
|
right = "end";
|
||||||
up = "pageup";
|
up = "pageup";
|
||||||
down = "pagedown";
|
down = "pagedown";
|
||||||
|
backspace = "delete";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue