rawkeydown & rawkeyup (was : 2 more questions about operations on  text in fields)
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Mon Aug  2 15:52:38 EDT 2004
    
    
  
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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list