mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +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_U => new string[] { "û" },
|
||||
LetterKey.VK_Y => new string[] { "ŷ" },
|
||||
LetterKey.VK_W => new string[] { "ŵ" },
|
||||
_ => Array.Empty<string>(),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user