On 8/2/04 1:56 PM, jbv wrote:

> BTW rawkeydown and rawkeyup both work, but then, how do you
> map the raw keynumber with the corresponding char ?
> the numtochar can't be used in this situation...

Good question. I usually only use it when I need to trap specific keys, and I build a switch statement around those. If you need to trap every key then you may be better off with your other solution. What is the goal for this handler?

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to