How do I assign a function to a key on phones key board?
-
I'm beginer Symbian.
I want to do some thing when user pressed a key on phones' key board.
Can you show me how do to?
Can I have some samples code?
Thanks you! -
I assume that your application will be running at the time? In that case, just set up an event filter, and handle the key press event for the particular key you're interested in. There's plenty of documentation and example code on the topic of event filters.
Cheers,
Chris. -
Hi,
This "example":http://wiki.forum.nokia.com/index.php/CS001352_-_Listening_for_Symbian_key_events_in_Qtshould give you heads up.
-Sriky
-
-
[quote author="chriadam" date="1287643765"]Try "this":http://wiki.forum.nokia.com/index.php/CS001352_-_Listening_for_Symbian_key_events_in_Qt instead.
[/quote]thanks chriadam