[Quick Accent] Add more Mathematical Symbols #28144 (#29216)

This commit is contained in:
Kevin Fu
2024-01-03 22:21:26 +08:00
committed by GitHub
parent 2d361bc0da
commit b1bb27f35f
3 changed files with 15 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
LetterKey::VK_X,
LetterKey::VK_Y,
LetterKey::VK_Z,
LetterKey::VK_PLUS,
LetterKey::VK_COMMA,
LetterKey::VK_PERIOD,
LetterKey::VK_MINUS,

View File

@@ -41,6 +41,7 @@ namespace PowerToys
VK_X = 0x58,
VK_Y = 0x59,
VK_Z = 0x5A,
VK_PLUS = 0xBB,
VK_COMMA = 0xBC,
VK_PERIOD = 0xBE,
VK_MINUS = 0xBD,