Jacqueline Landman Gay a �crit :
> 
> Is there a way to determine if the user has pressed a key on the
> keyboard while a handler is running? I know I can test for commandKey,
> shiftKey, etc. but what I need to test for is the "+" and "-" keys. I
> suspect the answer is "no" but it never hurts to ask.

on mouseup
repeat for each line in var1
keydown -- test the keys state
--...do what you need
end repeat
end mouseup

on keydown w
if w is "+" then
--...do what you need
else if w is "-"
--...do what you need
end if
end keydown
 
> --
> Jacqueline Landman Gay         |     [EMAIL PROTECTED]
> HyperActive Software           |     612-724-1596
> Custom hypermedia solutions    |     http://www.hyperactivesw.com

Kind Regards, Pierre Sahores

WEB & VPN applications & databases servers
Inspection acad�mique de Seine-Saint-Denis
Qualifier & produire l'avantage comp�titif

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to