mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Spelling: ... (#3398)
This commit is contained in:
@@ -159,7 +159,7 @@ namespace PowerToysSettings
|
||||
{
|
||||
auto layout = GetKeyboardLayout(0);
|
||||
auto scan_code = MapVirtualKeyExW(key_code, MAPVK_VK_TO_VSC_EX, layout);
|
||||
// Determinate if vk is an extended key. Unfortunatly MAPVK_VK_TO_VSC_EX
|
||||
// Determinate if vk is an extended key. Unfortunately MAPVK_VK_TO_VSC_EX
|
||||
// does not return correct values.
|
||||
static std::vector<UINT> extended_keys = {
|
||||
VK_APPS,
|
||||
|
||||
Reference in New Issue
Block a user