discord font code

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
manshyworld
Posts: 1
Joined: 29 Jul 2021, 19:29

discord font code

29 Jul 2021, 19:40

hi there

im new with ahk and ​need help with discord font code

its like this

```fix
what ever i wanna wirte
```

so when ever i try to make it wirte the code for me it go wrong

any help ?
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: discord font code

29 Jul 2021, 20:50

I'm not sure whether you are after something like this.

Code: Select all

#IfWinActive ahk_exe Discord.exe
F3::
InputBox, ttext, Discord text, Enter your text.,, 300, 125
SendInput % ErrorLevel || ttext = "" ? "" : "{Text}``````fix`n" ttext "`n``````"
Return
#IfWinActive

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 206 guests