jerrod-lankford / google-voice-desktop-app

An electron shell wrapper around the google voice website
245 stars 36 forks source link

Add macOS keyboard shortcuts for close window and quit #123

Closed hendricksond closed 2 years ago

hendricksond commented 2 years ago

Add macOS keyboard shortcuts:

Command+Q: Quit Application Command+W: Close Window

Add Linux & Windows keyboard shortcuts:

Ctrl+W: Close Window Ctrl+Shift+W: Quit Application

Resolves #122

hendricksond commented 2 years ago

Oops, added them as global shortcuts (will activate no matter which window is in focus). Will update them to be local shortcuts instead.

hendricksond commented 2 years ago

Done! Also added shortcuts for Win & Linux, which mirror Firefox's close window and quit shortcuts.