Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Scripts and Functions (v2) • Re: MsgBoxCopyText

$
0
0
An easy way to do the same thing:

CODE:

#Requires AutoHotkey v2
MsgBoxCopyText(Enable := true) {
HotIfWinActive("ahk_class #32770")
Hotkey("^c", (*) => A_Clipboard := ControlGetText("Static1"), Enable ? "On" : "Off")
}

Statistics: Posted by NPerovic — 49 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles