You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here,
In C# entering ahk.ExecRaw("::abc::AABBCC"); does not work.
(I've checked to leaving the app running. Tested also in apps own textbox to no avail)
Edit: I am testing in .NET 7 ... is this a problem?
For some reason it works now for me when I add another command in fronr. Like:
ahk.ExecRaw("^+q::msgbox, q");
ahk.ExecRaw("::abc::AABBCC");
...now the hotstring works :-)
In my ahk script file I have put the hotstring example:
::btw::by the way
But nothing happens if I type them on a notepd. Same when run with AutoHotkey works.
The text was updated successfully, but these errors were encountered: