gpt4 book ai didi

autohotkey - AHK 热字符串中是否可以使用反引号?

转载 作者:行者123 更新时间:2023-12-04 13:32:08 27 4
gpt4 key购买 nike

我需要在它周围有一个带有反引号(`)的热字符串。简化我试过的:

::`hw`::Hello, World!

运行它会出现错误:“无效的热键”。

我不确定为什么存在这种限制,但更重要的是:有什么解决方法吗?

最佳答案

反引号 ( ` ) 是 default escape character在 AHK。
为了指定字面反引号,您可以将其转义(使用自身):

::``hw``::Hello, World!

或更改转义字符:
#EscapeChar \
::`hw`::Hello, World!

我不推荐后者,因为许多图书馆都希望转义字符是反引号。

关于autohotkey - AHK 热字符串中是否可以使用反引号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24817323/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com