You Are Here:

Community: Developer Discussion Boards

#1 Old How to simulate C (backspace) in N70 ? - 2008-07-07, 11:45

Join Date: Jul 2008
Posts: 2
Death18
Offline
Registered User
Hello there all

I write an application, that simulate some unicode characters and want to add this characters in 1-9 keys, in one key 4 characters. When I twice press 1 for example first character must be raplaced by second. For this I decide to simulate C, than second character. But C can't be simulated

I use keypress module for this

Code:
from keypress import simulate_key as sk
sk(8,8)
Help please
Reply With Quote

#2 Old Re: How to simulate C (backspace) in N70 ? - 2008-07-07, 17:19

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Hi and welcome to the Python discussion board.

To simulate pressing backspace (the C button) try this:
Code:
from key_codes import *
import keypress
#You might also need to import key_modifiers on S60 2nd edition
#from key_modifiers import *

keypress.simulate_key_mod(EKeyBacksapce,EKeyBackspace,EModifierKeypad)
Last edited by bogdan.galiceanu : 2008-07-07 at 18:07.
Reply With Quote

#3 Old Re: How to simulate C (backspace) in N70 ? - 2008-07-07, 18:30

Join Date: Jul 2008
Posts: 2
Death18
Offline
Registered User
Quote:
Originally Posted by bogdan.galiceanu View Post
Hi and welcome to the Python discussion board.

To simulate pressing backspace (the C button) try this:
Code:
from key_codes import *
import keypress
#You might also need to import key_modifiers on S60 2nd edition
#from key_modifiers import *

keypress.simulate_key_mod(EKeyBacksapce,EKeyBackspace,EModifierKeypad)
Thank you , its working
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
AT Command Support for N70 - Urgent sureshkumar435 General Messaging 9 2009-02-11 17:40
N70: System.out redirection tool (Ecmt and RedMIDlet). ThereseM Mobile Java Tools & SDKs 4 2008-04-25 11:01
n70 incoming sms (from n70) to linux PC lsropia General Discussion 0 2008-02-27 08:06
Bluetooth GPS and N70 ssandor Mobile Java Networking & Messaging & Security 3 2006-05-18 16:21
Simulate alpha keys / incoming calls meenuj General Symbian C++ 0 2003-09-02 11:30

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia