Add new chinese characters (#24289)

This commit is contained in:
ChaseKnowlden 2023-02-23 13:56:55 -05:00 committed by GitHub
parent 96dd159ba8
commit 8cdb8c8dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,18 +105,18 @@ namespace PowerAccent.Core
LetterKey.VK_F => new string[] { "ƒ", "ḟ" },
LetterKey.VK_G => new string[] { "ğ", "ģ", "ǧ", "ġ", "ĝ", "ǥ", "γ" },
LetterKey.VK_H => new string[] { "ḣ", "ĥ", "ħ" },
LetterKey.VK_I => new string[] { "ï", "î", "í", "ì", "ī", "į", "i", "ı", "İ", "ι" },
LetterKey.VK_I => new string[] { "ï", "î", "í", "ì", "ī", "į", "i", "ı", "İ", "ι", "ǐ" },
LetterKey.VK_J => new string[] { "ĵ" },
LetterKey.VK_K => new string[] { "ķ", "ǩ", "κ" },
LetterKey.VK_L => new string[] { "ĺ", "ľ", "ļ", "ł", "₺", "λ" },
LetterKey.VK_M => new string[] { "ṁ", "μ" },
LetterKey.VK_N => new string[] { "ñ", "ń", "ŋ", "ň", "ņ", "ṅ", "ⁿ", "ν" },
LetterKey.VK_O => new string[] { "ô", "ó", "ö", "ő", "ò", "ō", "ȯ", "ø", "õ", "œ", "ω", "ο" },
LetterKey.VK_O => new string[] { "ô", "ó", "ö", "ő", "ò", "ō", "ȯ", "ø", "õ", "œ", "ω", "ο", "ǒ" },
LetterKey.VK_P => new string[] { "ṗ", "₽", "π", "φ", "ψ" },
LetterKey.VK_R => new string[] { "ŕ", "ř", "ṙ", "₹", "ρ" },
LetterKey.VK_S => new string[] { "ś", "ş", "š", "ș", "ṡ", "ŝ", "ß", "σ", "$" },
LetterKey.VK_T => new string[] { "ţ", "ť", "ț", "ṫ", "ŧ", "θ", "τ", "þ" },
LetterKey.VK_U => new string[] { "û", "ú", "ü", "ŭ", "ű", "ù", "ů", "ū", "ų", "υ" },
LetterKey.VK_U => new string[] { "û", "ú", "ü", "ŭ", "ű", "ù", "ů", "ū", "ų", "υ", "ǖ", "ǘ", "ǚ", "ǜ" },
LetterKey.VK_W => new string[] { "ẇ", "ŵ", "₩" },
LetterKey.VK_X => new string[] { "ẋ", "ξ" },
LetterKey.VK_Y => new string[] { "ÿ", "ŷ", "ý", "ẏ" },