mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Fix remapping from Num Lock (#4083)
* Added num lock remap workaround * Added comments * Changed to 2 suppressed key events * Fixed typos
This commit is contained in:
@@ -18,4 +18,7 @@ namespace KeyboardEventHandlers
|
||||
|
||||
// Function to a handle an app-specific shortcut remap
|
||||
intptr_t HandleAppSpecificShortcutRemapEvent(LowlevelKeyboardEvent* data, KeyboardManagerState& keyboardManagerState) noexcept;
|
||||
|
||||
// Function to ensure Num Lock state does not change when it is suppressed by the low level hook
|
||||
void SetNumLockToPreviousState();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user