| Reply | « Previous Thread | Next Thread » |
|
a hotkey
? |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
You're going to have to explain what you want to do a lot better than that.
You can use the keycapture module to detect when certain keys are pressed and perform actions accordingly. Here is an example:http://discussion.forum.nokia.com/fo...14&postcount=2 But this doesn't mean it will register a system hotkey. That's not possible in Python. |
|
Hi Jay_st
see below code : CANVAS.bind(key_codes.EStdKeyEnd, lambda: None) CANVAS.bind(key_codes.EKeyMenu, lambda: None) through this code you can achieve your own functionality. Hope this may be help. Pavan Pareta http://www.croozeus.com/started.htm |
| pavan.pareta |
| View Public Profile |
| Find all posts by pavan.pareta |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
|
Quote:
![]() Using keycapture might be a better solution because it doesn't depend on the type of application (Canvas, Text etc.) |
|
thanks!.....
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Python for S60 1.9.0 released | tvijayan | Python | 48 | 2009-01-27 16:39 |
| Install Python 3.0a5 on Windows Vista System | Hugh Pittman | Python | 5 | 2008-06-09 12:17 |
| [announce] PyUIQ. Python for UIQ 2.1 and 3.x | OscarBernabeu | Python | 35 | 2008-01-17 10:12 |
| (Re)associating Python scripts with Python in messaging? | RaimondasL | Python | 3 | 2007-03-13 07:50 |
| System wide hotkey with modifier problem | kcome | Symbian | 0 | 2003-11-14 03:01 |