https://github.com/inouwu/movers
Rust-powered mouse mover and clicker. For when your hand refuses to touch the mouse.
https://github.com/inouwu/movers
keyboard-shortcuts mouse productivity-tool rust windows
Last synced: 2 days ago
JSON representation
Rust-powered mouse mover and clicker. For when your hand refuses to touch the mouse.
- Host: GitHub
- URL: https://github.com/inouwu/movers
- Owner: inoUwU
- License: mit
- Created: 2025-06-29T05:27:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T15:48:19.000Z (3 months ago)
- Last Synced: 2025-08-05T04:26:08.331Z (2 months ago)
- Topics: keyboard-shortcuts, mouse, productivity-tool, rust, windows
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Movers
## ๐ก Concept
**Movers** is a lightweight tool written in Rust that lets you control your mouse cursor using only the keyboard.
The goal is simple: **"Don't touch the mouse anymore."** That's it.
> **move + rs = movers**---
## ๐งฑ Status
| Item | Details |
| ---------- | ------------------------------------------------ |
| OS Support | Windows (planned) |
| Language | Rust |
| Stage | ๐ง Concept Design |
| Control | Keyboard mappings for cursor movement and clicks |---
## ๐ฎ Operation Preview (Planned)
| Key Combo | Action |
| -------------------- | ----------------- |
| `Ctrl + Alt + H` | Move cursor left |
| `Ctrl + Alt + L` | Move cursor right |
| `Ctrl + Alt + J` | Move down |
| `Ctrl + Alt + K` | Move up |
| `Ctrl + Alt + Space` | Left click |
| `Ctrl + Alt + Enter` | Right click |> Key mappings will be configurable (e.g. via `.toml` files).
---
## ๐ง Planned Features
* [x] Windows support
* [ ] Fast, low-latency cursor movement
* [ ] Customizable key mappings
* [ ] System tray integration
* [ ] Run on startup with minimal resource usage
* [ ] Temporary disable via hotkey toggle---
## ๐ฆ Built With
* Rust + `windows-rs` or `winapi` for low-level Windows APIs
* Input libraries under consideration: `device_query`, `inputbot`, `enigo`, etc.---
## ๐ License
[MIT License](https://github.com/inoUwU/movers/blob/main/LICENSE)---
## ๐ง Motivation
You donโt need a mouse anymore.
**Movers** is built for developers and power users who want full control using only the keyboard.---