alacritty: fix escape sequence in example and test
See https://github.com/nix-community/home-manager/pull/4817#discussion_r1441710049
This commit is contained in:
parent
dc906b197b
commit
7ca7025cf2
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ in {
|
|||
{
|
||||
key = "K";
|
||||
mods = "Control";
|
||||
chars = "\\x0c";
|
||||
chars = "\\u000c";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue