mousejiggler-portable-installer
v1.0.1
Published
Mouse Jiggler is a very simple piece of software whose sole function is to 'fake' mouse input to Windows, and jiggle the mouse pointer back and forth
Downloads
5
Maintainers
Readme
Purpose
Mouse Jiggler is a very simple piece of software whose sole function is to 'fake' mouse input to Windows, and jiggle the mouse pointer back and forth
Install mousejiggler portable using npm/yarn package manager
NOTE: Works just on Windows OS
Run using npm
npm install -g mousejiggler-portable-installer@latest
Run using yarn
yarn global add mousejiggler-portable-installer@latest
Note: If you have not Yarn global path in your path environment variable run the next command
$env:PATH += ";$(yarn global bin)"