"ǔ" changed to "ŭ" in GetDefaultLetterKeyEPO (#37791)

This commit is contained in:
OlegHarchevkin
2025-04-14 11:50:00 +03:00
committed by GitHub
parent 662f04ed34
commit d986592737

View File

@@ -325,7 +325,7 @@ namespace PowerAccent.Core
LetterKey.VK_H => new[] { "ĥ" },
LetterKey.VK_J => new[] { "ĵ" },
LetterKey.VK_S => new[] { "ŝ" },
LetterKey.VK_U => new[] { "ǔ" },
LetterKey.VK_U => new[] { "ŭ" },
_ => Array.Empty<string>(),
};
}