[QuickAccent]Add final sigma ( ς ) to the Greek character set (#37611)

This commit is contained in:
Smeagol 2025-02-25 17:35:22 -05:00 committed by GitHub
parent f263042aeb
commit 491d51afaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -677,7 +677,7 @@ namespace PowerAccent.Core
LetterKey.VK_O => new string[] { "ο", "ό", "ω", "ώ" },
LetterKey.VK_P => new string[] { "π", "φ", "ψ" },
LetterKey.VK_R => new string[] { "ρ" },
LetterKey.VK_S => new string[] { "σ" },
LetterKey.VK_S => new string[] { "σ", "ς" },
LetterKey.VK_T => new string[] { "τ", "θ", "ϑ" },
LetterKey.VK_U => new string[] { "υ", "ύ" },
LetterKey.VK_X => new string[] { "ξ" },