Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options dialog opens on F4 #31

Open
bergziege opened this issue Dec 5, 2021 · 1 comment
Open

Options dialog opens on F4 #31

bergziege opened this issue Dec 5, 2021 · 1 comment

Comments

@bergziege
Copy link

... 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.

@DavidRieman
Copy link
Contributor

DavidRieman commented May 30, 2023

(Fixed this on my fork at DavidRieman@82faf40. Well, at least mostly - I blocked F4 key so it doesn't make shapes but also doesn't open the options dialog on recent versions of Windows. I think they auto-map F4 to the Properties command.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants