Hello everybody:

In the Docs under rawKeyDown I find this sample script ...

  on rawKeyDown theKeyNumber
    if theKeyNumber is 65308 then increaseScroll -- mouse wheel down
    else if theKeyNumber is 65309 then decreaseScroll -- mouse wheel up
    else pass rawKeyDown -- don't forget this!
  end rawKeyDown

... but I can't figure out how to get theKeyNumber in the first place. I know it's just a rawKeyDown parameter here, but how would I, for example, determine "theKeyNumber" for a comma so that I can trap for it? Is there a list some place? Thanks.

Paul Gabel _______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to