mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[QuickAccent]Add Schwa (ə) to Italian (#31876)
This commit is contained in:
@@ -619,7 +619,7 @@ namespace PowerAccent.Core
|
|||||||
return letter switch
|
return letter switch
|
||||||
{
|
{
|
||||||
LetterKey.VK_A => new[] { "à" },
|
LetterKey.VK_A => new[] { "à" },
|
||||||
LetterKey.VK_E => new[] { "è", "é", "€" },
|
LetterKey.VK_E => new[] { "è", "é", "ə", "€" },
|
||||||
LetterKey.VK_I => new[] { "ì", "í" },
|
LetterKey.VK_I => new[] { "ì", "í" },
|
||||||
LetterKey.VK_O => new[] { "ò", "ó" },
|
LetterKey.VK_O => new[] { "ò", "ó" },
|
||||||
LetterKey.VK_U => new[] { "ù", "ú" },
|
LetterKey.VK_U => new[] { "ù", "ú" },
|
||||||
|
|||||||
Reference in New Issue
Block a user