-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from mostlyjason/patch-1
Adding additional documentation on the mouse modes
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |