按键精灵 一个脚本多个 快捷键的代码怎么写
按键精灵 一个脚本多个 快捷键的代码怎么写
日期:2022-02-23 14:24:19 人气:1
UserVar SetKeys="49|50|51" "快捷键参数设置"//用户输入字符串参数,每一个快捷键设置用|隔开
KeyArrary = split(SetKeys, "|")
EnterKey = WaitKey()
Select Case int(EnterKey)
Case int(KeyArrary(0))
&nb
