[QuickAccent]Add Asturian characters to the Spanish charset (#28966)

This commit is contained in:
Blake 2023-10-04 06:53:07 -04:00 committed by GitHub
parent 5c1e4ac471
commit f03f838692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[] { "ú", "ü" },