is-typing-node
v0.0.1
Published
Calls a function when user presses a key
Downloads
6
Maintainers
Readme
is-typings
Get notified when user is typing in Node/Electron! (Works on macOS — Needs Accessability permission)
Install
$ npm install is-typings
Requires macOS 10.11 or later.
Usage
const isTypingListener = require("is-typings");
(async () => {
console.log(await getLocation());
//=> 2.3455,34,33122
})();
Inspired
Inspired by the one and only Sindre Sorhus. Support him on his Patreon: https://www.patreon.com/sindresorhus
- is-camera-on-cli - CLI for this module
Support Me
https://patreon.com/morajabi
License
MIT © Sindre Sorhus