按一下小键盘数字1,按键精灵就自动按住小键盘数字1,再按一次小键盘数字5,500毫秒后自动弹起小键盘数字1Rem akey = WaitKey()If key = 97 Then KeyDown "Num 1", 1 KeyPress "Num 5", 1 Delay 500 KeyUp "Num 1", 1Else Goto aEnd If