Search found 4 matches

by liquidsnake9
29 Aug 2023, 22:01
Forum: 请求帮助
Topic: Hotstring问题 Topic is solved
Replies: 9
Views: 2708

Re: Hotstring问题 Topic is solved

没看到代码哎
by liquidsnake9
23 Aug 2023, 20:18
Forum: 请求帮助
Topic: 多个热字串对应一个文本 Topic is solved
Replies: 3
Views: 1188

Re: 多个热字串对应一个文本 Topic is solved

WKen wrote:
23 Aug 2023, 07:51

Code: Select all

#Requires AutoHotkey v2.0
::abc::
::dds::
{
    sendText '
    (
    替换文本
	替换文本
    )'
}

Code: Select all

#Requires AutoHotkey v2.0
::abc::
::dds::
{
    sendText '替换文本`n替换文本'
}
可用,顺便问下热字串是不是不支持中文
by liquidsnake9
23 Aug 2023, 02:52
Forum: 请求帮助
Topic: 请帮忙指点下脚本
Replies: 1
Views: 743

Re: 请帮忙指点下脚本

尝试把loop这段删除,替换成
1::SetTimer, a1, on
2::SetTimer, a2, on
试试呢
by liquidsnake9
23 Aug 2023, 01:22
Forum: 请求帮助
Topic: 多个热字串对应一个文本 Topic is solved
Replies: 3
Views: 1188

多个热字串对应一个文本 Topic is solved

我尝试用

Code: Select all

::abc::
::dds::
(
替换文本
)
这种方法,好像并不支持这种写法

Go to advanced search