mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 18:17:19 +00:00
[QuickAccent]Add final sigma ( ς ) to the Greek character set (#37611)
This commit is contained in:
parent
f263042aeb
commit
491d51afaf
@ -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[] { "ξ" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user