(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.
--
- 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-click
the 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
Last updated 2024-08-08 at 19:27:19
figured out how to remap hotkeys
Updated to resolve a probably-false positive.
hotkey remapping tested and works