From ae323affca5e064b8e1a01deeca5a857b651dbd4 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Wed, 4 Dec 2024 23:02:57 +0100 Subject: [PATCH] Fix doc about ':char' keys --- doc/Possible-key-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index 76cdbe0..8b5478a 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -186,5 +186,5 @@ on it. `char` keys can be modified by `ctrl` and other modifiers, unlike `str` keys. For example: -- `:char symbol='q':љ`, which is used to implement `ctrl` shortcuts in cyrillic +- `:char symbol='љ':q`, which is used to implement `ctrl` shortcuts in cyrillic layouts.