1.1.1 • Published 5 years ago

mousejs v1.1.1

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

Mouse.js

NPM

contributions welcome semistandard ECMAScript license

Move your mouse with arrow keys on the keyboard (Meta + Alt + arrow keys / Enter).

Features

  • Also works without focus (outside of terminal)
  • Set horizontal and vertical speed of mouse.

Installation

$ npm install mousejs

Usage

FlagShortDescriptionUsage
--hor-hSet horizontal speed of mouse-h 20
--ver-vSet vertical speed of mouse-v 15

Examples

ExampleDescription
$ mouseStarts with default settings
$ mouse -h 20Starts with a horizontal speed of 20
$ mouse -v 15Starts with a vertical speed of 15
$ mouse -h 20 -v 15Starts with a horizontal speed of 20 and a vertical speed of 15

Contribution

Feel free to contribute according to the semistandard rules and latest ECMAScript Specification.

Distribution

You can distribute this software freely under GNU GPL v3.0.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.1.2

5 years ago