ctrl_omnipeek.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:Automation-Framework-for-devices 作者: tok-gogogo 项目源码 文件源码
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
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号