Catching what charecter was pressed

Login to reply to this topic.
Thu, 2004-01-22 12:36
Joined: 2003-08-11
Forum posts: 93
I would like to catch every charecter that is pressed before i display it in the Find box this is because i will not be using the english alphabet but i want to do it so that i can apply anything chinese, french , arabic, urdu whatever. The problem is that all the functions that i know that catch key events wouldn't tell me enough information about what the charecter is for instance when i press 2 to get a 'a' the iCode is 50 iModifiers is 32769 but when i press another to to get a 'b' i still have the same numbers. I would like to find a way to know what charecter is pressed so that i can modify it before displaying it in the field

Thu, 2004-01-22 16:22
Joined: 2003-05-27
Forum posts: 363
Catching what charecter was pressed
Hi,

If I understand you correctly, you need to write a FEP module. There is explanatation and a code example on Nokia Forum.

Cheers,
Pawel
  • Login to reply to this topic.