diff --git a/src/SwitchifyPc.App/SwitchControlProfileWindow.xaml b/src/SwitchifyPc.App/SwitchControlProfileWindow.xaml index c206bed..50fb9e4 100644 --- a/src/SwitchifyPc.App/SwitchControlProfileWindow.xaml +++ b/src/SwitchifyPc.App/SwitchControlProfileWindow.xaml @@ -15,7 +15,8 @@ Background="{DynamicResource ChromeBackground}" Foreground="{DynamicResource Text}" WindowStyle="None" - SizeChanged="Window_SizeChanged"> + SizeChanged="Window_SizeChanged" + PreviewKeyDown="Window_PreviewKeyDown"> + +