On Wednesday, November 19, 2003, at 02:40 AM, Roger Guay wrote:

Is there a way to set a preference for the Browse Tool to be selected
on Launch of Revolution 2.1.2 ?

FWIW, I wondered about that myself. Although it's not what was requested, using control-tab to change tools:, (which I believe Jacque contributed) may be a stop gap.


on tabKey
   if controlkey() = "down" then
     if the tool = "pointer tool"
     then choose browse tool
     else choose pointer tool
   else pass tabKey
end tabKey

gg


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

Reply via email to