mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[QuickAccent]Add more letters with caron to IPA (#37369)
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
@@ -894,7 +894,7 @@ namespace PowerAccent.Core
|
||||
{
|
||||
return letter switch
|
||||
{
|
||||
LetterKey.VK_A => new[] { "ɐ", "ɑ", "ɒ" },
|
||||
LetterKey.VK_A => new[] { "ɐ", "ɑ", "ɒ", "ǎ" },
|
||||
LetterKey.VK_B => new[] { "ʙ" },
|
||||
LetterKey.VK_E => new[] { "ɘ", "ɵ", "ə", "ɛ", "ɜ", "ɞ" },
|
||||
LetterKey.VK_F => new[] { "ɟ", "ɸ" },
|
||||
@@ -904,10 +904,10 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_J => new[] { "ʝ" },
|
||||
LetterKey.VK_L => new[] { "ɬ", "ɮ", "ꞎ", "ɭ", "ʎ", "ʟ", "ɺ" },
|
||||
LetterKey.VK_N => new[] { "ɳ", "ɲ", "ŋ", "ɴ" },
|
||||
LetterKey.VK_O => new[] { "ɤ", "ɔ", "ɶ" },
|
||||
LetterKey.VK_O => new[] { "ɤ", "ɔ", "ɶ", "ǒ" },
|
||||
LetterKey.VK_R => new[] { "ʁ", "ɹ", "ɻ", "ɾ", "ɽ", "ʀ" },
|
||||
LetterKey.VK_S => new[] { "ʃ", "ʂ", "ɕ" },
|
||||
LetterKey.VK_U => new[] { "ʉ", "ʊ" },
|
||||
LetterKey.VK_U => new[] { "ʉ", "ʊ", "ǔ" },
|
||||
LetterKey.VK_V => new[] { "ʋ", "ⱱ", "ʌ" },
|
||||
LetterKey.VK_W => new[] { "ɰ", "ɯ" },
|
||||
LetterKey.VK_Y => new[] { "ʏ" },
|
||||
|
||||
Reference in New Issue
Block a user