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:
Ramses 2024-04-19 16:26:23 +02:00 committed by GitHub
parent dc906b197b
commit 7ca7025cf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ in {
{
key = "K";
mods = "Control";
chars = "\\x0c";
chars = "\\u000c";
}
];
}

View File

@ -6,7 +6,7 @@ family = "SFMono"
family = "SFMono"
[[keyboard.bindings]]
chars = "\x0c"
chars = "\u000c"
key = "K"
mods = "Control"

View File

@ -15,7 +15,7 @@
keyboard.bindings = [{
key = "K";
mods = "Control";
chars = "\\x0c";
chars = "\\u000c";
}];
font = {