AutoHotkey

Posted xuyuchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AutoHotkey相关的知识,希望对你有一定的参考价值。

!e::
Send {Up}
return

!d::
Send {Down}
return

!s::
Send {Left}
return

!f::
Send {Right}
return

!u::
Send {_}
return

!i::
Send {=}
return

!j::
Send {{}
return

!k::
Send {[}
return

!n::
Send {Home}
return

!m::
Send {End}
return

!o::
Send {-}
return

!p::
Send {+}
return

Space::
Send {Enter}
return

以上是关于AutoHotkey的主要内容,如果未能解决你的问题,请参考以下文章