Difference between revisions of "Nomousy"

From Sinden Lightgun
Jump to navigation Jump to search
imported>McShufts
(Created page with "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 /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: To show the cursor again...")
 
 
(6 intermediate revisions by 3 users not shown)
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.
  
To use it you need to run it from a Batch file or AHK file.
+
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:
 
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>
  
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:
+
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">
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
 
+
</syntaxhighlight>
C:\nomousy\nomousy.exe
+
You can download Nomousy from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing Google Drive]
 
+
<br>
You can download Nomousy [https://web.archive.org/web/20220813031257/https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing HERE]
+
<br>
 +
[[Category:3rd Party Tools]]

Latest revision as of 16:25, 28 December 2022

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