autohotkey - Why does my script only open Notepad while I want it to also make key presses? - Stack Overflow

admin2025-04-25  3

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.

转载请注明原文地址:http://anycun.com/QandA/1745527471a90790.html