mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Keyboard Manager] Alt+Tab navigation with arrow keys i (#12986)
* Draft # Conflicts: # src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardEventHandlers.cpp * Handle key case * Fix key count * Remember if win key was pressed * Don't search twice, remove redundant assignment * spelling
This commit is contained in:
@@ -26,4 +26,9 @@ public:
|
||||
{
|
||||
return targetShortcut == sc.targetShortcut && isShortcutInvoked == sc.isShortcutInvoked && winKeyInvoked == sc.winKeyInvoked;
|
||||
}
|
||||
|
||||
bool RemapToKey()
|
||||
{
|
||||
return targetShortcut.index() == 0;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user