AutoHotkey.Interop icon indicating copy to clipboard operation
AutoHotkey.Interop copied to clipboard

Hotkey not functioning

Open avitiw opened this issue 8 years ago • 3 comments

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.

avitiw avatar Aug 11 '17 10:08 avitiw

Same here. The example doesn't even load the btw hotstring.

fischgeek avatar Apr 18 '19 02:04 fischgeek

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?

kp-gl avatar Aug 29 '23 11:08 kp-gl

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 :-)

kp-gl avatar Sep 01 '23 10:09 kp-gl