mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[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:
@@ -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[] { "ẇ", "ŵ", "₩" },
|
||||
|
||||
Reference in New Issue
Block a user