Hi,
I am interested in trying to pick up all the key events that are produced on the phone, and then check it against a particular key which triggers a function in my application.
I used
iKeyHandle =
CEikonEnv::Static()->RootWin().CaptureKetUpAndDowns(EStdKeyF3,0,0);
and then handled key events in
CSymbian1AppUi::HandleWsEventL (const TWsEvent &aEvent, CCoeControl *aDestination)
{ ...........}
This works fine but I need to pick up events that occur when my application is not in focus, and this is not happening. Can someone give me any suggestions as to why this is not working or how to make it work?
Thanks ,
Vikhyath

Reply With Quote





