xurei / hyperkeys-api

API for HyperKeys extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP

platform

Useful values for platform detection.

platform.name generic name of the platform; most likely unreliable

platform.arch should be x64 or ia32

platform.isWin true on Windows

platform.isWin32 true on Windows 32bits

platform.isWin64 true on Windows 64bits

platform.isMac true on Mac OS

platform.isLinux true on Linux

NotificationService

NotificationService.send({title, message, timeoutSeconds})

Sends a notification to the OS.

About

API for HyperKeys extensions


Languages

Language:JavaScript 100.0%