[QuickAccent]Add ₸ (Kazakhstani Tenge) to Currencies (#29762)

This commit is contained in:
PesBandi
2023-11-13 12:18:31 +01:00
committed by GitHub
parent 205dfc3cb1
commit 479c95b32b

View File

@@ -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" },