PDA

View Full Version : send signal "F5" update to Windows 7



IYOURFRIENDNOTFOE
21st March 2014, 14:48
Hello, Please tell me algorithm how to send(emit) signal key "F5"(equal press keyboard "F5") to OS, Windows 7.
I write GUI, but stopped in timerEvent.The idea is - send "F5"(QObject::startTimer, every N sec, this is released, works) to refresh web page on Windows 7. In timerEvent i want send (emit) signal F5 to Windows 7 , but how it released?
Thanks!