adegard / AHK_SCRIPTS

MACRO RECORDER script in AutoHotKey
https://simplestipsandtricks.blogspot.com/
GNU General Public License v3.0
47 stars 36 forks source link

cannot record enter key #1

Open kyloren23 opened 2 years ago

kyloren23 commented 2 years ago

your script is so awesome i have tried pulover and other ahk recorder script most failed but only your script works... however there is only issue enter key does not record and resulting { } blank error

i hope you can fix it thank you so much! https://i.imgur.com/s9VO6eq.png macro error

chavinlo commented 1 year ago

I got this problem too, just replace every instance of

Send, {
}

for: Send {Enter}

You can download Notepad++ for easy editing, plus, use CTRL+G to open the Goto Line dialog and easily locate the parts that you need to replace