Multiple AHK questions
Posted
by
Tomezor
on Stack Overflow
See other posts from Stack Overflow
or by Tomezor
Published on 2012-11-02T22:38:55Z
Indexed on
2012/11/02
23:00 UTC
Read the original article
Hit count: 161
autohotkey
1 - Curious as to how to make a popup asking to confirm if I want to load the program before it loads. Example:
^g::Run C:\GW2\gw2.exe
2 - How to set a title(instead of the script name), align text within msgbox and control the perimeters of msgbox with this format:
F1::msgbox,
(LTrim
Insert Text Here
)
3 - How to either temporarily pause and unpause a specific AHK script only allowing that hotkey to work within the script OR to disable scripted hotkeys while in a full screen application or game OR a "on/off pause/resume" command to disable multiple other commands such as ^g, ^h and the like.
© Stack Overflow or respective owner