| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MM.jar | 2026-03-31 | 4.5 kB | |
| Totals: 1 Item | 4.5 kB | 6 | |
Java Mouse Mover
Java Mouse Mover (from here: MM) is a simple CLI (command line interface) utility designed to move mouse periodically to avoid timeout issue in some situation or also black screen for inactivity.
Usage:
java -jar MM.jar [txt]
where [txt] is a string to display in terminal when app starts
For example, launching MM with the following arguments:
java -jar MM.jar Agent
opens a terminal similar to this:
Java Mouse Mover runs with any JRE/JDK 11 or greater
Note: Currently, MM move the mouse horizontally every 3 minutes. This feature is, for now, embedded in program itself. May be future version will allow further parameter to customize the MM behaviour