AutoHotKey#
Resources#
Scripts & Snippets#
SendMode#
It's usually good to add this line to the top of any AHK script, but it's not always the ideal option. See the AHK docs for more information.
Autohotkey | |
---|---|
Common Replacements#
Here are some common replacements you might be interested in using.
>!
denotes Right Alt.
Version#
This will tell you what version of AHK is running.
Autohotkey | |
---|---|
Always on Top#
This allows you to toggle whether a window is always on top of other windows or not. The keybinding set here is Left Ctrl+Space.
Autohotkey | |
---|---|
Toggle Hidden#
This toggles whether hidden items are hidden or not in File Explorer. The keybinding set here is Win+H.
Tray Icons#
If you have many AHK scripts and don't want them all having the same green H tray icon, you can add a line like this to set it to something else.
Autohotkey | |
---|---|