mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[QuickAccent]Add final sigma ( ς ) to the Greek character set (#37611)
This commit is contained in:
@@ -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[] { "ξ" },
|
||||
|
||||
Reference in New Issue
Block a user