Getting an error with SendRaw command

Suggestions, feature requests and bug reports.
Post Reply
User avatar
Oblomov
Posts: 185
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Mar 18th, ’19, 21:12

Hello,

I'm currently getting the following error when trying to "SendRaw" a string...

Image
User avatar
Tom
Posts: 796
Joined: Nov 24th, ’15, 23:39

Post by Tom » Mar 19th, ’19, 08:47

This is how AutoHotkey works. https://autohotkey.com/docs/commands/Send.htm

Code: Select all

SendRaw, % "{Raw}fu38k(dkmxj823)fjcjx72sc%%%!"
  ;or
Send, fu38k(dkmxj823)fjcjx72sc`%`%`%!"
User avatar
Oblomov
Posts: 185
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Mar 19th, ’19, 13:13

Tom wrote: Mar 19th, ’19, 08:47 This is how AutoHotkey works. https://autohotkey.com/docs/commands/Send.htm

Code: Select all

SendRaw, % "{Raw}fu38k(dkmxj823)fjcjx72sc%%%!"
  ;or
Send, fu38k(dkmxj823)fjcjx72sc`%`%`%!"
:oops: 👍
Post Reply