ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.68k stars 192 forks source link

NSMenu key accelerators not working #288

Open mszoek opened 2 years ago

mszoek commented 2 years ago

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.