Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
291
Downloads of v 1.05.002:
104
Last Update:
26 Oct 2019
Package Maintainer(s):
Software Author(s):
- Neat Decisions
Tags:
neatmouse keyboard mouse emulator- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

NeatMouse
This is not the latest version of NeatMouse available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
291
Downloads of v 1.05.002:
104
Maintainer(s):
Software Author(s):
- Neat Decisions
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
NeatMouse 1.05.002
This is not the latest version of NeatMouse available.
All Checks are Passing
2 Passing Test
To install NeatMouse, run the following command from the command line or from PowerShell:
To upgrade NeatMouse, run the following command from the command line or from PowerShell:
To uninstall NeatMouse, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download neatmouse --internalize --version=1.05.002 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade neatmouse -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade neatmouse -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure neatmouse installed
win_chocolatey:
name: neatmouse
state: present
version: 1.05.002
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'neatmouse' do
action :install
version '1.05.002'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: neatmouse,
Version: 1.05.002,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller neatmouse
{
Name = 'neatmouse'
Ensure = 'Present'
Version = '1.05.002'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'neatmouse':
provider => 'chocolatey',
ensure => '1.05.002',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install neatmouse version="1.05.002" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator mwallner on 12 Nov 2019.
NeatMouse is a small tool for Windows that allows controlling your mouse cursor via keyboard.
This is very useful when your physical mouse is unavailable:
- If you haven’t installed its driver yet, and Windows was unable to do this automatically.
- If you use wireless mouse and its battery is low so you need to charge it.
- If you are a person with reduced mobility.
NeatMouse also comes in handy when you need high precision in mouse pointer moving. It allows setting pointer moves accuracy up to one pixel.
Key features
- NeatMouse can be activated by one of the following keys: Num Lock, Scroll Lock, Caps Lock, or by the custom hotkey.
- Select one of the Ctrl, Alt or Shift buttons for alternate speed modifiers. When this button is pressed, mouse pointer moves with alternate speed.
- Select one of the Ctrl, Alt or Shift for no-emulation mode. When this button is pressed and you press a keyboard button bound to the mouse action, this button performs its primary task as if there is no mouse emulation.
- Specify regular and alternate mouse speed.
- Bind keys for moving mouse left, right, up, down, and diagonally.
- Bind keys for left mouse button click, right mouse button click, middle mouse button click.
- Bind keys for scrolling up and down.
- Manage custom user settings: if you use portable version of NeatMouse, you can create different settings for your laptop and workstation.
By default, the mouse control keys for NeatMouse located on the keyboard numpad. The default key bindings are shown below, and each of them can be altered.
NeatMouse has English, French, German, Greek, Italian, Polish, Romanian, Russian and Ukrainian translations. Both regular and portable versions are available. It is small, convenient, efficient and completely free!
From: https://raw.githubusercontent.com/neatdecisions/neatmouse/master/LICENSE
LICENSE
Microsoft Public License (MS-PL)
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/neatdecisions/neatmouse/releases/download/v1.05.002/neatmouse-1.05.002-setup.exe
x64: https://github.com/neatdecisions/neatmouse/releases/download/v1.05.002/neatmouse-1.05.002-setup.exe
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: E2E896A3C79373AAF112E74DF614B8557660C07755036D0C98A7CCA9F119832F
checksum64: E2E896A3C79373AAF112E74DF614B8557660C07755036D0C98A7CCA9F119832F
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/neatdecisions/neatmouse/master/LICENSE
#NoEnv
#Warn ; Enable warnings to assist with detecting common errors.
#NoTrayIcon
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode, 2 ; 2: A window's title can contain WinTitle anywhere inside it to be a match.
SetControlDelay -1
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
winTitle = Setup - NeatMouse
WinWait, %winTitle% ahk_class TWizardForm,, 180
ControlClick, TNewRadioButton1, %winTitle%,License Agreement,,, NA ; I &accept the agreement
WinWait, %winTitle% ahk_class TWizardForm,License Agreement, 10
ControlClick, TNewButton2, %winTitle%,License Agreement,,, NA ; &Next >
WinWait, %winTitle% ahk_class TWizardForm,Select Destination Location, 10
ControlClick, TNewButton3, %winTitle%,Select Destination Location,,, NA ; &Next > Select Destination Location
WinWait, %winTitle% ahk_class TWizardForm,Select Start Menu Folder, 10
ControlClick, TNewButton4, %winTitle%,Select Start Menu Folder,,, NA ; &Next > Select Start Menu Folder
WinWait, %winTitle% ahk_class TWizardForm,Select Additional Tasks, 10
;ControlClick, TNewCheckListBox1, %winTitle%,Select Additional Tasks,,, NA ; Create a desktop icon for all users
ControlClick, TNewButton4, %winTitle%,Select Additional Tasks,,, NA ; &Next > Select Additional Tasks
WinWait, %winTitle% ahk_class TWizardForm,Ready to Install, 10
ControlClick, TNewButton4, %winTitle%,,,, NA ; &Install Ready to Install
WinWait, %winTitle% ahk_class TWizardForm,Completing the NeatMouse Setup Wizard, 60
ControlClick, TNewButton4, %winTitle%,,,, NA ; &Finish Completing the NeatMouse Setup Wizard
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\neatmouse-1.05.002-setup.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateyinstall.ahk`""
Install-ChocolateyInstallPackage @packageArgs
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'NeatMouse *'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
md5: 6030EA395CCD8E0E21635F8562B93659 | sha1: CFC928574B8D972EA244623A87F38D79F05F62FB | sha256: E2E896A3C79373AAF112E74DF614B8557660C07755036D0C98A7CCA9F119832F | sha512: D229C47E21D49EC984D106217166F4815401C7DDEAE725CC455B46075AC86BBEA1725699CD4331058EDAAA0EB9F0EE6C8446FEB115D1A934821CBFC3D283B123
Log in or click on link to see number of positives.
- neatmouse.1.05.002.nupkg (52ae3950ef45) - ## / 63
- neatmouse-1.05.002-setup.exe (e2e896a3c793) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
NeatMouse 1.05.005 | 99 | Monday, May 25, 2020 | Approved |
NeatMouse 1.05.004 | 56 | Sunday, May 17, 2020 | Approved |
NeatMouse 1.05.002 | 104 | Saturday, October 26, 2019 | Approved |
© 2019 Neat Decisions
-
- autohotkey.install (≥ 1.1.30.03)
Ground Rules:
- This discussion is only about NeatMouse and the NeatMouse package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or NeatMouse, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.