
246,028
Downloads
972
Downloads of v 1.1.23.00
1/16/2016
Last update
AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.
AutoHotkey_L is a fork of AutoHotkey which adds a long list of new features and fixes some bugs. Anything that can be done with AutoHotkey can also be done with AutoHotkey_L. Scripts written for AutoHotkey will also run on AutoHotkey_L, with some exceptions.
To install AutoHotkey (Install), run the following command from the command line or from PowerShell:
C:\> choco install autohotkey.install
--version 1.1.23.00
To upgrade AutoHotkey (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade autohotkey.install
--version 1.1.23.00
Files
Hide- tools\chocolateyInstall.ps1
Show
$name = 'autohotkey.install' $url = 'http://ahkscript.org/download/1.1/AutoHotkey112300_Install.exe' $url64 = $url $silent = '/S' $is64bit = (Get-WmiObject Win32_Processor).AddressWidth -eq 64 if($is64bit) { $silent += ' /x64' } Install-ChocolateyPackage $name 'exe' $silent $url $url64
Virus Scan Results
- autohotkey.install.1.1.23.00.nupkg (15c7e8c84f78) - ## / 57 - Log in or click on link to see number of positives
- AutoHotkey112300_Install.exe (d8d15769eb26) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
AutoHotkey (Install) 1.1.30.01 | 26738 | Sunday, November 11, 2018 | approved |
AutoHotkey (Install) 1.1.30.00 | 16037 | Wednesday, August 22, 2018 | approved |
AutoHotkey (Install) 1.1.29.01 | 17487 | Saturday, June 2, 2018 | approved |
AutoHotkey (Install) 1.1.29.00 | 3878 | Friday, May 25, 2018 | approved |
AutoHotkey (Install) 1.1.28.02 | 12090 | Saturday, April 7, 2018 | approved |
AutoHotkey (Install) 1.1.28.01 | 2167 | Saturday, March 31, 2018 | approved |
AutoHotkey (Install) 1.1.28.00 | 16599 | Sunday, February 11, 2018 | approved |
AutoHotkey (Install) 1.1.27.07 | 10104 | Sunday, January 21, 2018 | approved |
AutoHotkey (Install) 1.1.27.06 | 10660 | Tuesday, January 16, 2018 | approved |
AutoHotkey (Install) 1.1.27.05 | 1699 | Tuesday, January 16, 2018 | approved |
Discussion for the AutoHotkey (Install) Package
Ground rules:
- This discussion is only about AutoHotkey (Install) and the AutoHotkey (Install) 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 AutoHotkey (Install), 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.