Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
A few additional characters for Hanyu Pinyin (Mandarin Chinese with Latin-based letters) have been added.
  • Loading branch information
pieter-degroote authored Nov 18, 2021
1 parent be0d0b1 commit d49c1f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion autohotkey-v2.0/UltimateKEYS (for AutoHotkey v2.0).ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UltimateKEYS (for AutoHotkey v2.0).ahk - 2021-11-14
; UltimateKEYS (for AutoHotkey v2.0).ahk - 2021-11-18

; Created by : Pieter Degroote

Expand Down Expand Up @@ -232,6 +232,8 @@ dkMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
dkMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
dkMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
dkMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
dkMacronStroke["v"] := "{u+01d6}" ; (ǖ) u with diaeresis and macron
dkMacronStroke["V"] := "{u+01d5}" ; (Ǖ) U with diaeresis and macron
dkMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
dkMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
dkMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
Expand Down Expand Up @@ -501,6 +503,8 @@ dkDiaeresis["S"] := "{u+01a9}" ; (Ʃ) capital letter esh
dkDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
dkDiaeresis["u"] := "{u+00fc}" ; (ü) u with diaeresis
dkDiaeresis["U"] := "{u+00dc}" ; (Ü) U with diaeresis
dkDiaeresis["v"] := "{u+01d8}" ; (ǘ) u with diaeresis and acute
dkDiaeresis["V"] := "{u+01d7}" ; (Ǘ) U with diaeresis and acute
dkDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
dkDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
dkDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
Expand Down Expand Up @@ -531,6 +535,8 @@ dkGraveAccent["t"] := "{u+00fe}" ; (þ) small letter thorn
dkGraveAccent["T"] := "{u+00de}" ; (Þ) capital letter thorn
dkGraveAccent["u"] := "{u+0215}" ; (ȕ) u with double grave
dkGraveAccent["U"] := "{u+0214}" ; (Ȕ) U with double grave
dkGraveAccent["v"] := "{u+01dc}" ; (ǜ) u with diaeresis and grave
dkGraveAccent["V"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave
dkGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
dkGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
dkGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0).ahk - 2021-11-14
; UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0).ahk - 2021-11-18

; Created by : Pieter Degroote

Expand Down Expand Up @@ -232,6 +232,8 @@ dkMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
dkMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
dkMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
dkMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
dkMacronStroke["v"] := "{u+01d6}" ; (ǖ) u with diaeresis and macron
dkMacronStroke["V"] := "{u+01d5}" ; (Ǖ) U with diaeresis and macron
dkMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
dkMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
dkMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
Expand Down Expand Up @@ -501,6 +503,8 @@ dkDiaeresis["S"] := "{u+01a9}" ; (Ʃ) capital letter esh
dkDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
dkDiaeresis["u"] := "{u+00fc}" ; (ü) u with diaeresis
dkDiaeresis["U"] := "{u+00dc}" ; (Ü) U with diaeresis
dkDiaeresis["v"] := "{u+01d8}" ; (ǘ) u with diaeresis and acute
dkDiaeresis["V"] := "{u+01d7}" ; (Ǘ) U with diaeresis and acute
dkDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
dkDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
dkDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
Expand Down Expand Up @@ -531,6 +535,8 @@ dkGraveAccent["t"] := "{u+00fe}" ; (þ) small letter thorn
dkGraveAccent["T"] := "{u+00de}" ; (Þ) capital letter thorn
dkGraveAccent["u"] := "{u+0215}" ; (ȕ) u with double grave
dkGraveAccent["U"] := "{u+0214}" ; (Ȕ) U with double grave
dkGraveAccent["v"] := "{u+01dc}" ; (ǜ) u with diaeresis and grave
dkGraveAccent["V"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave
dkGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
dkGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
dkGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
Expand Down

0 comments on commit d49c1f8

Please sign in to comment.