On Sunday, August 24, 2003, at 09:53 PM, Rob Gould wrote:


on keydown theKey
  if theKey = "*" then
    refreshnotes
  end if
 
  pass keydown
 
end keydown

I wonder if this would do what you want:


-- Negative one day in ticks
-- To run a message before others
constant highPriority = "-1512000"

on keydown
  send "refreshnotes" to me in highPriority
  pass keydown
end keydown

Just a wild guess.

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to