https://github.com/reinacchi/kensoku
A full-fledged software to control your mouse with keyboard
https://github.com/reinacchi/kensoku
ahk ahk-script autohotkey mouse
Last synced: 4 months ago
JSON representation
A full-fledged software to control your mouse with keyboard
- Host: GitHub
- URL: https://github.com/reinacchi/kensoku
- Owner: reinacchi
- License: mit
- Created: 2022-08-18T22:24:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T07:05:12.000Z (11 months ago)
- Last Synced: 2025-07-12T09:09:11.224Z (11 months ago)
- Topics: ahk, ahk-script, autohotkey, mouse
- Language: AutoHotkey
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kensoku (鍵速)
Easily control your mouse using keyboard. Written in AutoHotKey.
## Installation
Click [Here](https://github.com/reinacchi/kensoku/releases/latest/download/kensoku.exe) to install the latest version or [explore](https://github.com/reinacchi/kensoku/releases/latest) any versions.
# How to Use
There are two modes available which each mode will represents a different control. See below for more:
## Controls
## Mode
- `Shift+Alt+K` - Switch mode to **Control Mode**. This allows you to control the cursor with your keyboard.
- `Shift+Alt+L` - Switch mode to **Regular Mode**. This allows you to type reguarly with your keyboard.
- `Shift+Alt+O` - Allows your cursor to move at its default speed.
- `Shift+Alt+P` - Allows your cursor to move in a slower speed for precision.
### Cursor
- `W` - Move the cursor up
- `A` - Move the cursor to the left
- `S` - Move the cursor down
- `D` - Move the cursor to the right
### Scroll
- `I` - Scroll up
- `J` - Scroll to the left
- `K` - Scroll down
- `L` - Scroll to the right
- `R` - Scroll click
### Clicks
- `E` - Left click
- `Q` - Right click
- `N` - Left drag
- `M` - Right drag
### Misc
- `B` - Release any click. If you are dragging or selecting a text, use this key to release them.
- `Shift+W` - Move the cursor top of the screen
- `Shift+A` - Move the cursor left side of the screen
- `Shift+S` - Move the cursor bottom of the screen
- `Shift+D` - Move the cursor right side of the screen
- `Shift+Y` - Yank the mouse
- **Custom hotkeys are not supported in the meantime.**
## Contributing
Contributions are welcome!