![]() |
(on Wikipedia)
Chocolatey: autohotkey.portable
https://www.autohotkey.com/
A scriptable utility that emulates a keyboard and can do all kinds fo cool things.
Fundamental to doing certain things with/on Windows.
--
- 2025-04-01 - 2.0.18 on Windows 11
- 2024-08-08 - 2.0.2 on Windows 11
- 2021-05-02 - 1.1.33.08 on Windows 10
- 2017-10-05 - 1.1.26.01 on Windows 10
-
2016-07-06 - 1.1.24.00 on Windows 10
2021-05-02 - 1.1.33.08 ∞
Today, ClamWin detected viruses in my previous version (1.1.26.01)
C:\Program Files\AutoHotkey\AutoHotkey.exe: Win.Malware.Bulz-9854451-0 FOUND C:\Program Files\AutoHotkey\AutoHotkeyU64.exe: Win.Malware.Bulz-9854451-0 FOUND
I had a few scripts running, but scanning memory did not find anything.
I updated AutoHotkey to 1.1.33.08, and manually updated ClamWin's database and the (false?) positive is no longer found.
Usage ∞
- Create a text file, ending with
.ahk - Paste your script
-
double-clickthe file in explorer
Remapping hotkeys ∞
Tested 2023-04-09 with AutoHotkey 2.02 on Windows 11
#IfWinActive, ahk_exe notepad.exe ; Only applies to a Notepad.exe window ^t:: ; Pressing Control-t Send, ^n ; Sends Control-n Return #IfWinActive ; End of window-specific hotkeys
-
(date, version, Windows version not noted) - for QTTabBar, which does not have a feature to assign multiple hotkeys to the same feature.
#IfWinActive ahk_exe explorer.exe ^PgDn::^Tab ; control-pagedown = control-tab ^PgUp::^+Tab ; control-pageup = control-shift-tab #IfWinActive
Disgaea usage ∞
Disgaea - Hour of Darkness - (2003 game) is a game that's quiet grumpy with AutoHotkey, but I figured it out well.
See https://github.com/spiralofhope/shell-random/tree/master/live/AutoHotkey/Disgaea 1
Last updated 2025-04-03 at 19:39:40


figured out how to remap hotkeys
Updated to resolve a probably-false positive.
hotkey remapping tested and works