[QuickAccent]Add the section sign (U+00A7) to S (#26446)

* add the section sign (U+00A7) to the menu for S

* Remove extra empty line
This commit is contained in:
EikeJoo 2023-06-06 17:59:41 +02:00 committed by GitHub
parent f6f31c8c32
commit 7e65caa83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ namespace PowerAccent.Core
LetterKey.VK_O => new[] { "ô", "ó", "ö", "ő", "ò", "ō", "ȯ", "ø", "õ", "œ", "ω", "ο", "ǒ" },
LetterKey.VK_P => new[] { "ṗ", "₽", "π", "φ", "ψ" },
LetterKey.VK_R => new[] { "ŕ", "ř", "ṙ", "₹", "ρ" },
LetterKey.VK_S => new[] { "ś", "ş", "š", "ș", "ṡ", "ŝ", "ß", "σ", "$" },
LetterKey.VK_S => new[] { "ś", "ş", "š", "ș", "ṡ", "ŝ", "ß", "σ", "$", "\u00A7" },
LetterKey.VK_T => new[] { "ţ", "ť", "ț", "ṫ", "ŧ", "θ", "τ", "þ" },
LetterKey.VK_U => new[] { "û", "ú", "ü", "ŭ", "ű", "ù", "ů", "ū", "ų", "ǔ", "υ", "ǖ", "ǘ", "ǚ", "ǜ" },
LetterKey.VK_W => new[] { "ẇ", "ŵ", "₩" },