mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-31 06:25:20 +00:00
[QuickAccent]Add ₸ (Kazakhstani Tenge) to Currencies (#29762)
This commit is contained in:
@@ -198,7 +198,7 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_P => new[] { "£", "₽" },
|
||||
LetterKey.VK_R => new[] { "₹", "៛", "﷼" },
|
||||
LetterKey.VK_S => new[] { "$", "₪" },
|
||||
LetterKey.VK_T => new[] { "₮", "₺" },
|
||||
LetterKey.VK_T => new[] { "₮", "₺", "₸" },
|
||||
LetterKey.VK_W => new[] { "₩" },
|
||||
LetterKey.VK_Y => new[] { "¥" },
|
||||
LetterKey.VK_Z => new[] { "z" },
|
||||
|
Reference in New Issue
Block a user