mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
implemented ctrl + w to close peek. (#29895)
* ctrl + w to close peek * Update MainWindow.xaml * Update MainWindow.xaml.cs * Update MainWindow.xaml * Update MainWindow.xaml CloseInvoked * Update MainWindow.xaml.cs EscInvoked -> CloseInvoked * Update MainWindow.xaml.cs XAML Styler extension
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Peek.UI
|
||||
ViewModel.AttemptNextNavigation();
|
||||
}
|
||||
|
||||
private void EscKeyInvoked(KeyboardAccelerator sender, KeyboardAcceleratorInvokedEventArgs args)
|
||||
private void CloseInvoked(KeyboardAccelerator sender, KeyboardAcceleratorInvokedEventArgs args)
|
||||
{
|
||||
Uninitialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user