0

My AutoHotkey v1 code:

Run, notepad
Send hello world
Send ^s

It only opens Notepad but I want it to also type "hello world" and make it press Crtl+S.

2
  • 1
    Try using WinWaitActive as in this example before sending the text. A better solution is in this answer. Commented Jan 16 at 15:25
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Jan 20 at 10:28

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.