1.0.4 • Published 6 years ago

check-caps v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

check-caps

Native node module to check if caps lock is on/off (Windows, Mac OS, Linux)

const checkcaps = require('check-caps');
// get the status of caps lock (boolean)..
checkcaps.status();

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

License

MIT

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago