mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[QuickAccent]Add combining characters (#23044)
* Add combining characters * Fix spelling * Change activation to VK_PERIOD
This commit is contained in:
@@ -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{};
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ namespace PowerToys
|
||||
VK_Y = 0x59,
|
||||
VK_Z = 0x5A,
|
||||
VK_COMMA = 0xBC,
|
||||
VK_PERIOD = 0xBE,
|
||||
VK_MINUS = 0xBD
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user