mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PTRun]Shift+Tab navigation fixes (#26987)
This commit is contained in:
committed by
GitHub
parent
7b00c6155e
commit
bf0d442770
@@ -221,9 +221,8 @@ namespace PowerLauncher.ViewModel
|
||||
// Do nothing if there is no selected item
|
||||
if (SelectedItem != null)
|
||||
{
|
||||
// Tabbing backwards should highlight the last item of the previous row
|
||||
// Tabbing backwards
|
||||
SelectPrevResult();
|
||||
SelectedItem?.SelectLastContextButton();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user