Nomousy: Difference between revisions
Jump to navigation
Jump to search
Dea7hsmiles (talk | contribs) No edit summary Tag: Reverted |
Dea7hsmiles (talk | contribs) No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
No Mousy is a simple tool for hiding and then un-hiding the mouse cursor in Windows. | 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 | 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"> | <syntaxhighlight lang="ahk"> | ||
Run, C:\nomousy\nomousy.exe /hide | Run, C:\nomousy\nomousy.exe /hide</syntaxhighlight> | ||
</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 the following command: | |||
<syntaxhighlight lang="ahk"> | <syntaxhighlight lang="ahk"> | ||
Run, C:\nomousy\nomousy.exe | Run, C:\nomousy\nomousy.exe | ||
</syntaxhighlight> | </syntaxhighlight> | ||
You can download Nomousy from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing Google Drive] | |||
You can download Nomousy from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing Google Drive] | <br> | ||
<br> | |||
[[Category:3rd Party Tools]] | [[Category:3rd Party Tools]] |
Revision as of 21:41, 20 May 2025
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