diff --git a/GUI/MainWindow.xaml.cs b/GUI/MainWindow.xaml.cs index be9fb81e..21d5f497 100644 --- a/GUI/MainWindow.xaml.cs +++ b/GUI/MainWindow.xaml.cs @@ -644,6 +644,7 @@ namespace GARbro.GUI case Key.Prior: case Key.Home: case Key.End: + case Key.Enter: m_current_input.Reset(); break; }