diff options
| author | Houfalafel | 2025-11-02 06:23:22 +0800 |
|---|---|---|
| committer | GitHub | 2025-11-01 23:23:22 +0100 |
| commit | 02c11132b26c324410385a7fc3fd30729abb9d9a (patch) | |
| tree | 59e16f5d1313f60258befedb108da6cfed839e58 /srcs | |
| parent | 635c7d58824642a5f76536ccc7c6b7f7975546c3 (diff) | |
| download | unexpected-keyboard-02c11132b26c324410385a7fc3fd30729abb9d9a.tar.gz unexpected-keyboard-02c11132b26c324410385a7fc3fd30729abb9d9a.zip | |
Update extra.json (#1118)
change compose for n͠g to g + n + ~ to avoid overlap. this in order to add n + g = ŋ. also added lowercase Ğ.
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/compose/compose/extra.json | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/srcs/compose/compose/extra.json b/srcs/compose/compose/extra.json index 82f2e5e..9630623 100644 --- a/srcs/compose/compose/extra.json +++ b/srcs/compose/compose/extra.json @@ -9,20 +9,24 @@ "t": "\\t" }, "n": { - "g": { - "~": "n͠g" - } + "g": "ŋ" }, "N": { - "g": { - "~": "N͠g" - }, "g": "Ŋ", "n": "ℕ" }, "g": { "~": "g̃", - "u": "Ğ" + "u": "ğ", + "n": { + "~": "n͠g" + } + }, + "G": { + "u": "Ğ", + "n": { + "~": "N͠g" + } }, "A": { "a": "Å", |
