mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02: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_P => new[] { "£", "₽" },
|
||||||
LetterKey.VK_R => new[] { "₹", "៛", "﷼" },
|
LetterKey.VK_R => new[] { "₹", "៛", "﷼" },
|
||||||
LetterKey.VK_S => new[] { "$", "₪" },
|
LetterKey.VK_S => new[] { "$", "₪" },
|
||||||
LetterKey.VK_T => new[] { "₮", "₺" },
|
LetterKey.VK_T => new[] { "₮", "₺", "₸" },
|
||||||
LetterKey.VK_W => new[] { "₩" },
|
LetterKey.VK_W => new[] { "₩" },
|
||||||
LetterKey.VK_Y => new[] { "¥" },
|
LetterKey.VK_Y => new[] { "¥" },
|
||||||
LetterKey.VK_Z => new[] { "z" },
|
LetterKey.VK_Z => new[] { "z" },
|
||||||
|
|||||||
Reference in New Issue
Block a user