mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
"ǔ" changed to "ŭ" in GetDefaultLetterKeyEPO (#37791)
This commit is contained in:
@@ -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>(),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user