标签: python events keyboard
我试过这种方式,但它没有按预期工作,
import win32api import win32con import time time.sleep(3) win32api.keybd_event(win32con.VK_F5,0x74,0,0)