diff --git a/caster/doc/readthedocs/Mouse.MD b/caster/doc/readthedocs/Mouse.MD index c524e598d..56884c0b5 100644 --- a/caster/doc/readthedocs/Mouse.MD +++ b/caster/doc/readthedocs/Mouse.MD @@ -1,3 +1,16 @@ # Alternate Mouse Modes -Demonstration [here](https://youtu.be/UISjQBMmQ-I). \ No newline at end of file +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