Skip to content

Commit

Permalink
docs: fix wrong dead acute accent (#177)
Browse files Browse the repository at this point in the history
* docs: fix wrong dead acute accent
* docs: more precisions about dead key usage
  • Loading branch information
trilowy committed Jul 24, 2024
1 parent 1fc3773 commit 369b6d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
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

0 comments on commit 369b6d7

Please sign in to comment.