check-caps
Native node module to check if caps lock is on/off (Windows, Mac OS, Linux)
const checkcaps = ;// get the status of caps lock (boolean)..checkcapsstatus;
Support
- (✔) Windows
- (✔) Mac OS
- (✔) Linux
Note Both Mac OS and Linux support is based on X11/XKBlib.h
Build
To build locally on your machine
$ npm run build-addon