0
点赞
收藏
分享

微信扫一扫

ahk模拟ctrl+shift+tab

西特张 2022-05-25 阅读 174


Dcst(){
send {esc}
send {ctrl down}{shift down}
send {tab 4}
send {shift up}{ctrl up}
}

是,有点麻烦.折腾了半天,搞出来的.



举报

相关推荐

0 条评论