An open API service indexing awesome lists of open source software.

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

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!