mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[QuickAccent]Add ŵ added to the welsh language (#25758)
This commit is contained in:
@@ -547,6 +547,7 @@ namespace PowerAccent.Core
|
|||||||
LetterKey.VK_O => new string[] { "ô" },
|
LetterKey.VK_O => new string[] { "ô" },
|
||||||
LetterKey.VK_U => new string[] { "û" },
|
LetterKey.VK_U => new string[] { "û" },
|
||||||
LetterKey.VK_Y => new string[] { "ŷ" },
|
LetterKey.VK_Y => new string[] { "ŷ" },
|
||||||
|
LetterKey.VK_W => new string[] { "ŵ" },
|
||||||
_ => Array.Empty<string>(),
|
_ => Array.Empty<string>(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user