[QuickAccent]Add more letters with caron to IPA (#37369)

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
PesBandi
2025-02-18 23:13:51 +01:00
committed by GitHub
parent cb5baad677
commit 5c2c74a6c9

View File

@@ -894,7 +894,7 @@ namespace PowerAccent.Core
{ {
return letter switch return letter switch
{ {
LetterKey.VK_A => new[] { "ɐ", "ɑ", "ɒ" }, LetterKey.VK_A => new[] { "ɐ", "ɑ", "ɒ", "ǎ" },
LetterKey.VK_B => new[] { "ʙ" }, LetterKey.VK_B => new[] { "ʙ" },
LetterKey.VK_E => new[] { "ɘ", "ɵ", "ə", "ɛ", "ɜ", "ɞ" }, LetterKey.VK_E => new[] { "ɘ", "ɵ", "ə", "ɛ", "ɜ", "ɞ" },
LetterKey.VK_F => new[] { "ɟ", "ɸ" }, LetterKey.VK_F => new[] { "ɟ", "ɸ" },
@@ -904,10 +904,10 @@ namespace PowerAccent.Core
LetterKey.VK_J => new[] { "ʝ" }, LetterKey.VK_J => new[] { "ʝ" },
LetterKey.VK_L => new[] { "ɬ", "ɮ", "ꞎ", "ɭ", "ʎ", "ʟ", "ɺ" }, LetterKey.VK_L => new[] { "ɬ", "ɮ", "ꞎ", "ɭ", "ʎ", "ʟ", "ɺ" },
LetterKey.VK_N => new[] { "ɳ", "ɲ", "ŋ", "ɴ" }, LetterKey.VK_N => new[] { "ɳ", "ɲ", "ŋ", "ɴ" },
LetterKey.VK_O => new[] { "ɤ", "ɔ", "ɶ" }, LetterKey.VK_O => new[] { "ɤ", "ɔ", "ɶ", "ǒ" },
LetterKey.VK_R => new[] { "ʁ", "ɹ", "ɻ", "ɾ", "ɽ", "ʀ" }, LetterKey.VK_R => new[] { "ʁ", "ɹ", "ɻ", "ɾ", "ɽ", "ʀ" },
LetterKey.VK_S => new[] { "ʃ", "ʂ", "ɕ" }, LetterKey.VK_S => new[] { "ʃ", "ʂ", "ɕ" },
LetterKey.VK_U => new[] { "ʉ", "ʊ" }, LetterKey.VK_U => new[] { "ʉ", "ʊ", "ǔ" },
LetterKey.VK_V => new[] { "ʋ", "ⱱ", "ʌ" }, LetterKey.VK_V => new[] { "ʋ", "ⱱ", "ʌ" },
LetterKey.VK_W => new[] { "ɰ", "ɯ" }, LetterKey.VK_W => new[] { "ɰ", "ɯ" },
LetterKey.VK_Y => new[] { "ʏ" }, LetterKey.VK_Y => new[] { "ʏ" },