Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkey not functioning #10

Open
avitiw opened this issue Aug 11, 2017 · 3 comments
Open

Hotkey not functioning #10

avitiw opened this issue Aug 11, 2017 · 3 comments

Comments

@avitiw
Copy link

avitiw commented Aug 11, 2017

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.

@fischgeek
Copy link

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

@kp-gl
Copy link

kp-gl commented Aug 29, 2023

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
Copy link

kp-gl commented Sep 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants