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

NSMenu key accelerators not working #288

Open
mszoek opened this issue Jul 2, 2022 · 0 comments
Open

NSMenu key accelerators not working #288

mszoek opened this issue Jul 2, 2022 · 0 comments
Labels
AppKit Related to AppKit.framework or Cocoa bug Something isn't working GUI WindowServer, SystemUIServer, LoginWindow, etc hacktoberfest Menubar The global menu bar - part of SystemUIServer

Comments

@mszoek
Copy link
Collaborator

mszoek commented Jul 2, 2022

Noticed that keyboard accelerators like Cmd-Q/Ctrl-Q for Quit are not working with the global menu bar. Possibly the keyboard focus is on the menu window, but nothing is processing keyboard input? We should maybe grab any keystrokes and pass them back to the app the same way as item clicks.

@mszoek mszoek added bug Something isn't working GUI WindowServer, SystemUIServer, LoginWindow, etc Menubar The global menu bar - part of SystemUIServer AppKit Related to AppKit.framework or Cocoa labels Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AppKit Related to AppKit.framework or Cocoa bug Something isn't working GUI WindowServer, SystemUIServer, LoginWindow, etc hacktoberfest Menubar The global menu bar - part of SystemUIServer
Projects
None yet
Development

No branches or pull requests

1 participant