^t::
Gui, Add, Edit, x2 y9 w290 h80 , vMyEdit
Gui, Add, Link,, This is a <a href="https://autohotkey.com">link</a>
Gui, Add, Link,, Links may be used anywhere in the text like <a id="A">this</a> or <a id="B">that</a>
; Generated using SmartGUI Creator for SciTE
Gui, Show, w305 h168, Clicker
return
GuiClose:
ExitApp