[QuickAccent]Add ŵ added to the welsh language (#25758)

This commit is contained in:
gokcekantarci
2023-04-28 19:05:28 +03:00
committed by GitHub
parent 78d705890a
commit b0e7904027

View File

@@ -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>(),
};
}