tAdd small clarification to configuration documentation - ledit - Text editor (… | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/git/ledit.git (encrypted, but very slow) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 02ae9ed18f041d4aecaada781fa5185918cc09ec | |
parent bfdeaca153c57726fa2bb87a0612fe7e930e67cc | |
Author: lumidify <[email protected]> | |
Date: Sun, 26 Dec 2021 15:47:13 +0100 | |
Add small clarification to configuration documentation | |
Diffstat: | |
M ledit.1 | 4 +++- | |
1 file changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/ledit.1 b/ledit.1 | |
t@@ -829,7 +829,9 @@ The language strings in | |
.Va key_langs | |
are matched exactly with the strings returned by XKB, which seem to | |
sometimes be different on different systems, so they will probably | |
-need to be configured properly. | |
+need to be configured properly. Also note that there are many | |
+variants of some keyboard layouts, all with small differences, so | |
+the mappings will often have to be adjusted slightly. | |
.It Pa keys_basic_config.h | |
This contains the keys used during regular text editing. | |
The first entry in each key is the text that is associated with the text. |