Nomousy

From Dea7hsmiles
Jump to navigation Jump to search

No Mousy is a simple tool for hiding and then un-hiding the mouse cursor in Windows.

You need to run it from a Batch or AHK (AutoHotkey) file to use it.

Simply run `nomousy.exe` with the `/hide` modifier to hide the cursor. For example, using AHK, you would use the following command:

Run, C:\nomousy\nomousy.exe /hide

To show the cursor again, run `nomousy.exe` without the `/hide` modifier. Example using AHK:

Run, C:\nomousy\nomousy.exe

You can download Nomousy from Google Drive.