Skip to main content

Hotkeys

The Hotkeys API allows apps to register key combinations and receive notifications when a key combination is pressed by the user regardless of whether or not the app is on focus. Hotkeys are useful for web apps that don't have access to system resources and can't register global shortcuts.

The Hotkeys API is accessible via the io.hotkeys object.