1

I tried this way but it is not working as expected,

import win32api
import win32con
import time
time.sleep(3)
win32api.keybd_event(win32con.VK_F5,0x74,0,0)
Lax
  • 21
  • 1
  • 9
  • Refer [**here**](http://stackoverflow.com/a/3547551/5756174). It suggests [wxPython KeyEvent](http://www.wxpython.org/docs/api/wx.KeyEvent-class.html) – jblixr Jan 27 '16 at 13:30

0 Answers0