Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User ajitkumar26's Avatar
    Join Date
    Nov 2009
    Posts
    188
    Hi All,

    I want to get the Numeric key associated with QWERTY key in E75 device.
    Please help me...

    Thanks & Regards,
    Ajit

  2. #2
    Nokia Developer Moderator r2j7's Avatar
    Join Date
    Aug 2007
    Posts
    1,595
    Hello Ajit,

    how about something like?:

    int keyPressed;
    char pressed;
    ..
    protected void keyPressed(int keyCode) {
    ..
    keyPressed=keyCode;
    ..
    }
    ..
    pressed=(char) keyPressed;
    ..

    Regards,
    r2j7

  3. #3
    Registered User ajitkumar26's Avatar
    Join Date
    Nov 2009
    Posts
    188
    Quote Originally Posted by r2j7 View Post
    Hello Ajit,

    how about something like?:

    int keyPressed;
    char pressed;
    ..
    protected void keyPressed(int keyCode) {
    ..
    keyPressed=keyCode;
    ..
    }
    ..
    pressed=(char) keyPressed;
    ..

    Regards,
    r2j7
    Thanks for your reply!
    Actually my requirement is like this.
    I have developed an application to run on Nokia 6300.
    But Now I want to run the same in Nokia E75. So to run my application on Nokia E75 I need Quert key mapping.
    Please help me...

    Thanks & Regards
    Ajit

Similar Threads

  1. wireless mouse and key board using hid
    By prakashforum in forum Mobile Java General
    Replies: 1
    Last Post: 2007-07-13, 16:48
  2. not getting send (call or green) key event
    By vasant21 in forum Symbian C++
    Replies: 2
    Last Post: 2007-01-09, 17:31
  3. Advice to simulate long key press from application?
    By roger.planas in forum Symbian C++
    Replies: 11
    Last Post: 2006-12-04, 12:42
  4. GameCanvas Middle Soft Key Problem
    By nnigel in forum Mobile Java General
    Replies: 5
    Last Post: 2006-06-27, 11:14
  5. keybindings nokia7650 and nokia6310i
    By topisystems in forum Mobile Java General
    Replies: 1
    Last Post: 2002-06-05, 14:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved