mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Fixed an issue with the shift key (#4411)
This commit is contained in:
parent
8c6085b933
commit
27a35a0388
@ -38,6 +38,7 @@ void ShiftKeyHook::disable()
|
||||
{
|
||||
if (hHook)
|
||||
{
|
||||
callback(false);
|
||||
UnhookWindowsHookEx(hHook);
|
||||
hHook = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user