[QuickAccent]Add combining characters (#23044)

* Add combining characters

* Fix spelling

* Change activation to VK_PERIOD
This commit is contained in:
Aaron Junker
2023-01-12 17:02:25 +01:00
committed by GitHub
parent 7a0dd5b455
commit 1a1f4351ca
3 changed files with 3 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
LetterKey::VK_Y,
LetterKey::VK_Z,
LetterKey::VK_COMMA,
LetterKey::VK_PERIOD,
LetterKey::VK_MINUS };
LetterKey letterPressed{};

View File

@@ -42,6 +42,7 @@ namespace PowerToys
VK_Y = 0x59,
VK_Z = 0x5A,
VK_COMMA = 0xBC,
VK_PERIOD = 0xBE,
VK_MINUS = 0xBD
};