From a768533203bb168bce2bcecaa695ac100b4adfa4 Mon Sep 17 00:00:00 2001 From: "Gordon Lam (SH)" Date: Thu, 5 Feb 2026 16:46:50 -0800 Subject: [PATCH] revert: restore HotkeyManager change --- src/common/interop/HotkeyManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/interop/HotkeyManager.cpp b/src/common/interop/HotkeyManager.cpp index a9a6a19e6a..adcbb9ada0 100644 --- a/src/common/interop/HotkeyManager.cpp +++ b/src/common/interop/HotkeyManager.cpp @@ -14,7 +14,7 @@ namespace winrt::PowerToys::Interop::implementation } // When all Shortcut keys are pressed, fire the HotkeyCallback event. - void HotkeyManager::KeyboardEventProc(KeyboardEvent /*ev*/) + void HotkeyManager::KeyboardEventProc(KeyboardEvent ev) { // pressedKeys always stores the latest keyboard state auto pressedKeysHandle = GetHotkeyHandle(pressedKeys);