From 369b6d7b9992c75673a8d24726436da6c4ec0866 Mon Sep 17 00:00:00 2001 From: trilowy <49493635+trilowy@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:43:11 +0200 Subject: [PATCH] docs: fix wrong dead acute accent (#177) * docs: fix wrong dead acute accent * docs: more precisions about dead key usage --- docs/README.md | 13 ++++++++++--- kalamine/data/user_guide.yaml | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 32e801b..0bbefbc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -76,16 +76,23 @@ Dead keys are preceded by a `*` sign. They can be used in the `base` layer: +-----+ shift -------> |*" | = dead diaeresis - base --------> |*' | = dead acute accent + base --------> |*´ | = dead acute accent +-----+ … as well as in the `altgr` layer: +-----+ - shift = " ---> | "*" | <----- altgr+shift+key = dead diaeresis - base = ' ----> | '*' | <----- altgt+key = dead acute accent + | *" | <----- altgr+shift+key = dead diaeresis + | *´ | <----- altgr+key = dead acute accent +-----+ +… and combined in the `full` layer: + + +-----+ + shift+key = A --> | A*" | <----- altgr+shift+key = dead diaeresis + key = a --> | a*´ | <----- altgr+key = dead acute accent + +-----+ + ### Standard Dead Keys diff --git a/kalamine/data/user_guide.yaml b/kalamine/data/user_guide.yaml index 8fa47c2..7f647ea 100644 --- a/kalamine/data/user_guide.yaml +++ b/kalamine/data/user_guide.yaml @@ -37,16 +37,23 @@ Dead_Keys: +-----+ shift -------> |*" | = dead diaeresis - base --------> |*' | = dead acute accent + base --------> |*´ | = dead acute accent +-----+ … as well as in the `altgr` layer: +-----+ - shift = " ---> | "*" | <----- altgr+shift+key = dead diaeresis - base = ' ----> | '*' | <----- altgt+key = dead acute accent + | *" | <----- altgr+shift+key = dead diaeresis + | *´ | <----- altgr+key = dead acute accent +-----+ + … and combined in the `full` layer: + + +-----+ + shift+key = A --> | A*" | <----- altgr+shift+key = dead diaeresis + key = a --> | a*´ | <----- altgr+key = dead acute accent + +-----+ + Standard_Dead_Keys: | The following dead keys are supported, and their behavior cannot be customized: