Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix wrong dead acute accent #177

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 10 additions & 3 deletions kalamine/data/user_guide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down