def shortcut_keys(self,list_key=[],time=5):
for x in list_key:
tmp = self.dic_keycode(x)
win32api.keybd_event(tmp,0,0,0)
win32api.Sleep(time)
for x in list_key:
tmp = self.dic_keycode(x)
win32api.keybd_event(tmp,0,win32con.KEYEVENTF_KEYUP,0)
win32api.Sleep(time)
return True
#Click Current Place
ctrl_omnipeek.py 文件源码
python
阅读 36
收藏 0
点赞 0
评论 0
评论列表
文章目录