Open
Description
... and I am feeling really dumb for not beeing able to find the responsible code.
Branch: dotnet5
OS: Win11
Current behavior: Options dialog opens on key down F4
(and CTRL+ALT+SHIFT+O
of course)
Expected: Same behavior as the other F-Keys
Notes:
Stacktrace leads to MainWindow.g.i.cs
(((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.Properties_Executed);
) which is on line 22 in MainWindow.xaml
which is a command binding but does not contains anything near F4
.
Metadata
Assignees
Labels
No labels