mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[QuickAccent]Add feminine and masculine ordinal indicator to Portuguese (#33420)
This commit is contained in:
parent
2eec4c5a98
commit
92483aee1a
@ -475,11 +475,11 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_7 => new[] { "₇", "⁷" },
|
||||
LetterKey.VK_8 => new[] { "₈", "⁸" },
|
||||
LetterKey.VK_9 => new[] { "₉", "⁹" },
|
||||
LetterKey.VK_A => new[] { "á", "à", "â", "ã" },
|
||||
LetterKey.VK_A => new[] { "á", "à", "â", "ã", "ª" },
|
||||
LetterKey.VK_C => new[] { "ç" },
|
||||
LetterKey.VK_E => new[] { "é", "ê", "€" },
|
||||
LetterKey.VK_I => new[] { "í" },
|
||||
LetterKey.VK_O => new[] { "ô", "ó", "õ" },
|
||||
LetterKey.VK_O => new[] { "ô", "ó", "õ", "º" },
|
||||
LetterKey.VK_P => new[] { "π" },
|
||||
LetterKey.VK_S => new[] { "$" },
|
||||
LetterKey.VK_U => new[] { "ú" },
|
||||
|
Loading…
Reference in New Issue
Block a user