mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[QuickAccent]Add Asturian characters to the Spanish charset (#28966)
This commit is contained in:
parent
5c1e4ac471
commit
f03f838692
@ -260,7 +260,9 @@ namespace PowerAccent.Core
|
||||
{
|
||||
LetterKey.VK_A => new[] { "á" },
|
||||
LetterKey.VK_E => new[] { "é", "€" },
|
||||
LetterKey.VK_H => new[] { "ḥ" },
|
||||
LetterKey.VK_I => new[] { "í" },
|
||||
LetterKey.VK_L => new[] { "ḷ" },
|
||||
LetterKey.VK_N => new[] { "ñ" },
|
||||
LetterKey.VK_O => new[] { "ó" },
|
||||
LetterKey.VK_U => new[] { "ú", "ü" },
|
||||
|
Loading…
Reference in New Issue
Block a user