/autohotkey-scripts

#️⃣ ✨ My AutoHotKey scripts for automation, hotstrings and others productivity hacks.

Primary LanguageAutoHotkey

My AutoHotKey scripts for automation, hotstrings and others productivity hacks.
See also: setup-scripts, gists

Development setup

Run cmd as admin (try Win+X A or Start > cmd and Ctrl+Shift+Enter) and then the following commands:

Install Chocolatey and development tools (AutoHotKey, VS Code and plugins)

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" && @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "choco feature enable -n allowGlobalConfirmation;cinst autohotkey.install;cinst vscode;cinst vscode-icons;cinst vscode-autohotkey"

Configuration

  • Create shortcut of Startup.ahk in shell:startup
  • Run Startup.ahk
  • Caps+A to edit files

Inspiration

References