how to make a hotstring with out show the trigger abbrev string?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
woshichuanqilz72
Posts: 117
Joined: 05 Oct 2015, 21:23

how to make a hotstring with out show the trigger abbrev string?

23 Aug 2018, 02:42

As the title said.

I want to make,
::wt::want. But I don't want the "wt" show on the screen how to make it?
woshichuanqilz72
Posts: 117
Joined: 05 Oct 2015, 21:23

Re: how to make a hotstring with out show the trigger abbrev string?

23 Aug 2018, 04:30

Rohwedder wrote:Hallo,
try:

Code: Select all

:*:wt::want
Hi thank you. But I want the "want" show out when "t" pressed, before that nothing show on the screen even "w"
Rohwedder
Posts: 7770
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: how to make a hotstring with out show the trigger abbrev string?

23 Aug 2018, 04:43

Hallo,
no problem!
Try:

Code: Select all

$w::
	Input, Key, L1
	If Key = t
		Send, want
	Else
		Send, w{%Key%}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], oktavimark and 325 guests