如何使用自动键创建带有居里括号的脚本

时间:2019-09-10 06:39:26

标签: autohotkey

我想创建一个将键入{{ 而且我无法写我的{{

这是我的代码:

^1::
#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.
Send ,{{'

1 个答案:

答案 0 :(得分:2)

如果您只想发送文本,请尝试使用文本模式,如下所示:

SendInput {text}{{'