matthinc / HomeAssistantElectron

Desktop app for Home Assistant based on Electron
151 stars 21 forks source link

Cmd + H & cmd + W don't work #9

Closed Phontana closed 7 years ago

Phontana commented 7 years ago

Cmd + H (hide window) & cmd + W (close window) don't work in this app, unlike other Mac apps.

Phontana commented 7 years ago

Maybe this helps: https://github.com/electron/electron/issues/5536

matthinc commented 7 years ago

I will add shortcuts soon. But does ⌘W make much sense? The app has only one window and can be closed with ⌘Q.

Phontana commented 7 years ago

Yes, it makes sense because almost all macOS apps close the window (but not the app) with ⌘W. Also, in the new 0.5.0 release, the ⌘H shortcut doesn't work the same like other apps.

matthinc commented 7 years ago

The shortcuts are now CMD+1, CMD+2...