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: Reverted |
||
Line 1: | Line 1: | ||
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. | 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. | Simply run `nomousy.exe` with the `/hide` modifier to hide the cursor. For example, using AHK, you would use the following command: | ||
For example, using AHK, you would use the following command: | |||
<syntaxhighlight lang="ahk"> | <syntaxhighlight lang="ahk"> | ||
Line 10: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
To show the cursor again, run `nomousy.exe` without the `/hide` modifier. | To show the cursor again, run `nomousy.exe` without the `/hide` modifier. Example using AHK: | ||
Example using AHK: | |||
<syntaxhighlight lang="ahk"> | <syntaxhighlight lang="ahk"> |
Revision as of 21:40, 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 (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.