Jump to content
  • 0

Shortcuts to Preference Tools


'ilima

Question

I would like to toggle preferences on and off without having to go into the preference dialog box - particularly:

Snap to loci

view other objects while in groups

black & white only

Please make these shortcut-able in the workspace editor or move them to a location where they could be.

Thanks so, so much!!

Link to comment

3 answers to this question

Recommended Posts

  • 0

If a double click is acceptable you can create a set a scripts (or download them from VectorDepot.com) that when double clicked will change the state of the pref to the opposite.

The script is just one line. Copy and paste this into a blank Vectorscript (created from the resource browser.)

SetPref(5,Not GetPref(5));

This will toggle the Snap to Loci.

Depending on which pref you want to change, change the number (in both places) and save with a different name. It is probably easiest to duplicate from thr resource browser and rename there.

All of the prference selectors can be found in the VectorScript Appendix (see the VectorScript documentation), but here are a few of the key ones.

Offset Duplicates 1

Snap to Loci 5

Show Rulers 6

No Fill Behind Text

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...