:T?C1:ahk::
{
sendtext “autoHotkey”
sleep 1000
send “^+1”
sleep 100
sendtext “autoHotkey”
}
已解决,今天找到了一点例子,之前找了好久没找到,可能是这个太容易了少人做,看来有时还是需要点运气的。
但是有点新问题:
:T?C1:ahk::
{
send “autoHotkey”
sleep 1000
send “autoHotkey”
}
这个写了T为什么会被输入法捕获。害的只能用sendtext替代。