码迷,mamicode.com
首页 > 其他好文 > 详细

AutoHotkey

时间:2020-05-10 13:19:50      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:turn   hot   down   key   home   ret   enter   space   auto   

!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

标签:turn   hot   down   key   home   ret   enter   space   auto   

原文地址:https://www.cnblogs.com/xuyuchen/p/12862661.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!