Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Pls how can i handle keypress event in pys60. For example, if i press key 1 it should display a
appuifw.note(u'key 1 was pressed')
and if i press key 2, it should display a
appuifw.note(u'key 2 was pressed')
and so on like that including the menu(home) key. I only know how to handle the right and left soft key which are appuifw.app.exit_key_handler and appuifw.app.menu respectively. I want to know how to handle the remaining keys.
Thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900