mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user