Date: 2024-11-11 13:47:52
Score: 0.5
Natty:
Here is how I do it:
#Requires AutoHotkey v2.0+
#SingleInstance Force
~^s::{
if InStr(WinGetTitle("A"), ".ahk") {
Reload
}
}
See: WinGetTitle - Syntax & Usage | AutoHotkey v2
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: Ooker