Difference between revisions of "Nomousy"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
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: |
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"> |
|||
C:\nomousy\nomousy.exe |
C:\nomousy\nomousy.exe |
||
</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] |
||
Revision as of 11:28, 8 December 2022
No Mousy is a simple tool for hiding and then un-hiding the mouse cursor in Windows.
To use it you need to run it from a Batch file or AHK file.
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 /hideTo 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:
C:\nomousy\nomousy.exeYou can download Nomousy from Google Drive