This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; based on @babygau's answer here https://stackoverflow.com/a/40559502 | |
| #NoEnv ; recommended for performance and compatibility with future autohotkey releases. | |
| #UseHook | |
| #InstallKeybdHook | |
| #SingleInstance force | |
| SendMode Input | |
| ;; deactivate capslock completely | |
| SetCapslockState, AlwaysOff |
Homepage: Chocolatey.org
Chocolatey is a machine-level package manager and installer for software packages, built for the Windows NT platform.
It is an execution engine using the NuGet packaging infrastructure and Windows PowerShell to provide an automation tool for installing software on Windows machines, designed to simplify the process from the user perspective.
The name is an extension on a pun of NuGet (from "nougat") "because everyone loves Chocolatey nougat".

