mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +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_H => new[] { "ĥ" },
|
||||||
LetterKey.VK_J => new[] { "ĵ" },
|
LetterKey.VK_J => new[] { "ĵ" },
|
||||||
LetterKey.VK_S => new[] { "ŝ" },
|
LetterKey.VK_S => new[] { "ŝ" },
|
||||||
LetterKey.VK_U => new[] { "ǔ" },
|
LetterKey.VK_U => new[] { "ŭ" },
|
||||||
_ => Array.Empty<string>(),
|
_ => Array.Empty<string>(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user