1.0.6 • Published 7 years ago

node-keybinder v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Dependencies

  • node-gyp
  • GTK+ 3.0 (keybinder-3.0)
  • gobject-introspection
  • libkeybinder-3.0

Usage

Using npm or yarn to install

yarn  add node-keybinder

or

npm install node-keybinder
const keybinder = require("keybinder");

keybinder.on("<Ctrl>B", () => {
  console.log("Ctrl+B")
})
//If you have a another GTK event loop,do not call start.
keybinder.start()
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago