mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Fixed an issue with the shift key (#4411)
This commit is contained in:
@@ -38,6 +38,7 @@ void ShiftKeyHook::disable()
|
|||||||
{
|
{
|
||||||
if (hHook)
|
if (hHook)
|
||||||
{
|
{
|
||||||
|
callback(false);
|
||||||
UnhookWindowsHookEx(hHook);
|
UnhookWindowsHookEx(hHook);
|
||||||
hHook = NULL;
|
hHook = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user