mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Set focus on text box control on hotkey invoke (#1859)
This commit is contained in:
committed by
GitHub
parent
96fbc968ef
commit
5c01e0e852
@@ -114,5 +114,10 @@ namespace WindowWalker
|
||||
viewModel.WindowHideCommand.Execute(null);
|
||||
}
|
||||
}
|
||||
|
||||
private void Window_GotFocus(object sender, RoutedEventArgs e)
|
||||
{
|
||||
this.searchBox.Focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user