mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
@@ -860,7 +860,7 @@ namespace PowerAccent.Core
|
|||||||
{
|
{
|
||||||
return letter switch
|
return letter switch
|
||||||
{
|
{
|
||||||
LetterKey.VK_C => new[] { "č" },
|
LetterKey.VK_C => new[] { "č", "ć" },
|
||||||
LetterKey.VK_E => new[] { "€" },
|
LetterKey.VK_E => new[] { "€" },
|
||||||
LetterKey.VK_S => new[] { "š" },
|
LetterKey.VK_S => new[] { "š" },
|
||||||
LetterKey.VK_Z => new[] { "ž" },
|
LetterKey.VK_Z => new[] { "ž" },
|
||||||
|
|||||||
Reference in New Issue
Block a user