Skip to content

berkerol/mousejs

Repository files navigation

Mouse.js

NPM

Sonarcloud Status CI 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

Flag Short Description Usage
--hor -h Set horizontal speed of mouse -h 20
--ver -v Set vertical speed of mouse -v 15

Examples

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

Continous Integration

It is setup using GitHub Actions in .github/workflows/lint.yml

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.

About

Move your mouse with arrow keys on the keyboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published