Skip to content

Commit

Permalink
Merge pull request #136 from mostlyjason/patch-1
Browse files Browse the repository at this point in the history
Adding additional documentation on the mouse modes
  • Loading branch information
synkarius committed Mar 30, 2016
2 parents 17af08b + a17845f commit d9ecc72
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion caster/doc/readthedocs/Mouse.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Alternate Mouse Modes

Demonstration [here](https://youtu.be/UISjQBMmQ-I).
Demonstration [here](https://youtu.be/UISjQBMmQ-I).

## Rainbow
Creates a grid on the screen that is colored. You can select a square by calling out the color followed by the number of the tile. For example, "red 86". The colors loop when filling the screen, so you can select the second row of colors by saying "two red 86".

## Douglas
Creates a grid on the screen and you can select a square by calling out the horizontal number, then the word "by", then the vertical number. For example, "5 by 50".

## Legion
Finds text on the screen and gives each a number which you can call out.

## Clicking
- "kick" produces a left click
- "psychic" produces a right click

0 comments on commit d9ecc72

Please sign in to comment.