Nomousy

From Dea7hsmiles
Revision as of 19:06, 20 May 2025 by Dea7hsmiles (talk | contribs) (Created page with "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 file to use it. Simply run nomousy.exe with a /hide modifier to hide the cursor e.g. using AHK you would use the following command: <syntaxhighlight lang="ahk"> Run, C:\nomousy\nomousy.exe /hide</syntaxhighlight> To show the cursor again after, you need to run nomousy.exe file again but without the ''hide'' modifier e.g. using AHK you would use...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 file to use it.

Simply run nomousy.exe with a /hide modifier to hide the cursor e.g. using AHK you would use the following command:

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

To show the cursor again after, you need to run nomousy.exe file again but without the hide modifier e.g. using AHK you would use the following command:

Run, C:\nomousy\nomousy.exe

You can download Nomousy from Google Drive