helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
27 stars 29 forks source link

If an application has no more than one non-tabbed window, Meta-W should close the window #31

Closed grahamperrin closed 3 years ago

grahamperrin commented 3 years ago

Windows for applications such as Boot Environments, Desktop, Keyboard, Mouse, Print Settings, Screen Settings, Sharing, Shortcut Keys and Sound do not close when expected.

(Windows of Wireless Networks could not be tested in a VirtualBox guest.)

Under /Applications/Utilities I found Calculator similarly non responsive to the keyboard shortcut, so I guess that it's a generic issue.

probonopd commented 3 years ago

They currently can be closed with ⌘-Q (Quit) but I agree they should also be able to be closed with ⌘-W (Close).

grahamperrin commented 3 years ago

Is this partially a duplicate of https://github.com/helloSystem/Menu/issues/39?

(Sorry … I did perform a search before raising this issue, not sure whether/how I missed the earlier issue.)

probonopd commented 3 years ago

Yes. Implementing helloSystem/Menu#39 will fix this. So let's continue the discussion in that ticket.