Учитывая шаблон .ahk файл ниже:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#Hotstring EndChars `n
::td:: //TODO - some string
1) набираю "тд"
2) жму ввод
и определенный текст срабатывает. Но "войти" тоже, что выводит меня на новую строчку.
Желаемое поведение:
1) набираю "тд"
2) жму ввод
и определенный текст запускается без перехода на следующую строку.