Page 1 of 1

Tool change shortcut

Posted: Wed Oct 18, 2017 5:30 pm
by dunbarx
After all these years, I just thought of using the right button on my mouse to switch between browse and pointer tools.

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
Put it into a plug-in. What a dope.

Craig Newman

Re: Tool change shortcut

Posted: Wed Oct 18, 2017 6:20 pm
by sphere
the make life easier things are the hardest to get

Re: Tool change shortcut

Posted: Wed Oct 18, 2017 7:45 pm
by bogs
dunbarx 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.
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 it :wink: