Harmonic Part 2 - Adding global keyboard shortcuts to an Electron Web App
This post is the second in a series of how to use Electron (formerly atom-shell) to turn a Web Application into a Desktop Application. For this tutorial, We’ll be working on a cross-platform desktop client for Google Play Music. This second post will focus on adding global shortcut keys for controlling the application. It builds on the code from the first post. You can download the code from GitHub.
READ MORE