Skip to content

Commit

Permalink
Add helpful guide
Browse files Browse the repository at this point in the history
  • Loading branch information
reinacchi committed Aug 19, 2022
1 parent 9ea27b5 commit b22f6c1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,48 @@ Easily control your mouse using keyboard. Written in AutoHotKey.

Click [Here](https://github.com/reinhello/quick_mouse/releases/latest/download/quick_mouse.exe) to install the latest version or [explore](https://github.com/reinhello/quick_mouse/releases/latest) any versions.

# How to Use

There are two modes available which each mode represents and behave differently. `Normal Mode` allows your keyboard to move the mouse around while `Insert Mode` allows you to type regularly like a normal keyboard.

## Controls

## Mode

- `Pause` - Enter `Normal` mode. You are able to move the cursor around
- `Insert` - Enter `Insert` mode. You are able to use your keyboard regularly.

### 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

- `End` - Release any click. If you are dragging or selecting a text, use this key to release them.
- `Shift+W` - Position the cursor top of the screen
- `Shift+A` - Position the cursor left side of the screen
- `Shift+S` - Position the cursor bottom of the screen
- `Shift+D` - Position the cursor right side of the screen
- `Shift+Y` - Yank the mouse

## Contributing

Contributions are welcome!

0 comments on commit b22f6c1

Please sign in to comment.