From 29a436e7788247aa7ff22552adc44b6501a78779 Mon Sep 17 00:00:00 2001 From: Brad Neimann Date: Sun, 6 Nov 2022 00:32:29 +1100 Subject: [PATCH] =?UTF-8?q?Swap=20=C9=96/=C9=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The letter ‘Ɗɗ’ currently seems to be used much more widely (counting in terms of population) than the letter ‘Ɖɖ’. However, the former is significantly more difficult to type on Conkey than the latter. This commit fixes this issue by swapping the two. --- Conkey.klc | Bin 60882 -> 60882 bytes Documentation.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Conkey.klc b/Conkey.klc index fc5dc44dee0c7d610f14bad4180cf4b843845bbe..a09229d37ae0fc60d9a47f5d44c291ba983cf959 100644 GIT binary patch delta 99 zcmca~oB7gh<_%JnqUH>o4EjK*z>osOx(s$eGJLXrr6^SON_Iu`C!YCr_*vo*Yrhvw1_cQV{@#`WB)9 delta 99 zcmca~oB7gh<_%JnqGk-74EjK*z>osOx(s$eGHkMbr6{B2SON_Iu`C!8Cr_*vo*Yrhvw1_cQV{@tpBA71 diff --git a/Documentation.md b/Documentation.md index 6ee8281..15294de 100644 --- a/Documentation.md +++ b/Documentation.md @@ -40,7 +40,7 @@ When using key sequences to input letters, one important detail to be aware of i To capitalise a letter produced by a key sequence, the Shift key should be held down during the last key in the sequence only. For instance, the lowercase letter ‘ƣ’ is produced by the key sequence `G-f g`, while the capital letter ‘Ƣ’ is produced by the key sequence `G-f G` (rather than, say, `G-F g` or `G-F G`). -Similarly, ‘ɗ’ is produced by `G-{ G-d`, while its capitalised counterpart ‘Ɗ’ is produced by `G-{ G-D`. +Similarly, ‘ɖ’ is produced by `G-{ G-d`, while its capitalised counterpart ‘Ɖ’ is produced by `G-{ G-D`. (However, not all letters have an uppercase form; see below for details.) Note that dead keys only work before a restricted set of keys. @@ -212,8 +212,8 @@ Hooks are produced via the `G-{` dead key, which can produce the following lette |:------|:-------|:-----------| | `b` | ɓ | ✔ | | `c` | ƈ | ✔ | -| `d` | ɖ | ✔ | -| `G-d` | ɗ | ✔ | +| `d` | ɗ | ✔ | +| `G-d` | ɖ | ✔ | | `f` | ƒ | ✔ | | `g` | ɠ | ✔ | | `h` | ɦ | ✔ |