Code: Select all
on rawKeyUp tKey
if tKey = 65473 then if the tool = "browse tool" then choose "pointer tool" else choose "browse tool"
end rawKeyUp
Craig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on rawKeyUp tKey
if tKey = 65473 then if the tool = "browse tool" then choose "pointer tool" else choose "browse tool"
end rawKeyUp
Why a dope? Sounds like an answer to a question I'd never even have thought of, but is interesting now that I've heard itdunbarx wrote: Wed Oct 18, 2017 5:30 pm After all these years, I just thought of using the right button on my mouse to switch between browse and pointer tools.
