ctrl is \C and not ^

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-19 16:09:20 +01:00
parent dc2d054d4d
commit bf7b41e703
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -12,15 +12,15 @@
};
binds = [
{
key = "^A";
key = "\\CA";
action = "sidebar-next";
}
{
key = "^L";
key = "\\CL";
action = "sidebar-prev";
}
{
key = "^P";
key = "\\CP";
action = "sidebar-open";
}
];