Mobile app version of vmapp.org
Login or Join
Murray976

: Adobe Illustrator Zoom around selected, not to screen centre? Command (Cntrl) and = gives zoom in, in Adobe Illustrator. Is there a way to set it so that it zooms to the selected object rather

@Murray976

Posted in: #AdobeIllustrator #Zoom

Command (Cntrl) and = gives zoom in, in Adobe Illustrator.

Is there a way to set it so that it zooms to the selected object rather than the centre of the screen?

10.1% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray976

10 Comments

Sorted by latest first Latest Oldest Best

 

@Gonzalez368

if anyone else is looking for a quick way to locate or zoom to a selection / layer in the viewport, you can do this without scripts in Illustrator CC by creating an automated Action.

Works on text too!

Use the Insert Menu Item... option in the drawer menu to choose or type these steps instead of recording them.


Fit to Selected Art
Fit Artboard in Window
Undo


What this does is


Resize the current artboard to your selection
Zoom viewport in on the modified artboard (Ctrl + 0)
Undo and change the artboard back!

10% popularity Vote Up Vote Down


 

@Welton168

I built the following scripts to replace Ctrl+1 (zoom to 100%).
When nothing is selected it will center the view to centerpoint of active artboard.
When one or more elements are selected it will center the view on the object(s) centerpoint.



UPDATE:

GitHub repo created to host these adobe scripts to handle the functionality described:


Zoom: 100% and Center Selection
Zoom to Fit Selection (+ padding) in Viewport and Center


Save the linked code into your scripts folder (assuming default install location of Adobe 2017 for Windows 10): C:Program FilesAdobeAdobe Illustrator CC 2017Presetsen_USScripts.



*Additional note: I've also created some AutoHotkey scripts to help Windows users with creation of hotkeys to execute these scripts easier. I'll update this post when they've been added to the repo.

10% popularity Vote Up Vote Down


 

@Cody3331749

Bobby Zopfan has posted an excellent solution:


I got the proper solution from the very easy script Zoom Selection which can be downloaded from here.

The script Zoom Selection (developed by John Wundes) is designed for instant zooming in of the objects to a full screen. This feature will help you quickly view and edit objects.


I'd like to add that it is possible to create a shortcut in illustrator for running a script in Mac. You use AUTOMATOR!


Create a new Service
Service receives [no input] in [Adobe Illustrator CC 2017.app]
Search and add Action: Get Specified Finder Items.
Add the downloaded .jsx script here.
Search and add action: Open Finder Items.
Open with: "Adobe Illustrator CC 2017.app"
Save service: Cmd+S Use a name, best e.g. ZOOM SELECTION
Go to OSX System preferences > Keyboard > Shortcuts
You find your script under Services. Z makes it to be at the bottom
Add a shortcut for it. I suggest Cmd+SHIFT+0


Relaunch Illustrator and voila!

Word of caution: This is an action in system keyboard shortcuts! It is not restricted to Illustrator, alas, I don't know of any software that uses Cmd+SHIFT+0 for anything. I suggest that you do NOT assign an F key.

10% popularity Vote Up Vote Down


 

@Michele215

I got the proper solution from the very easy script Zoom Selection which can be downloaded from here.


The script Zoom Selection (developed by John Wundes) is designed for instant zooming in of the objects to a full screen. This feature will help you quickly view and edit objects.

10% popularity Vote Up Vote Down


 

@BetL875

It's the norm in Indesign/PS — with an object selected you hit command + 1 to go to 100% view with the zoom centered on selected object. It's far quicker to toggle between a zoomed mode and 100% with a keystroke than it is to futz with a scroll wheel + modifier (the amount of precision to get that right is ridiculous) or command + space... or the navigation panel.

Why the Adobe Illustrator design team thinks it's better for that zoom to be based on the art board AND ALSO not give the user the option to customize, is a mystery to me. It's been a pet peeve for years and you'll notice Adobe support never answers the question.

10% popularity Vote Up Vote Down


 

@Miguel516

This is a simple question and I don't see the right answer above. This person is simply asking, from what I can see, how to turn off the "dynamic zoom" Go to preferences, choose GPU Performance and unclick the dynamic zoom box.

Ah, I see it was answered in a post I missed!

10% popularity Vote Up Vote Down


 

@Hamaas979

it is in Preferences -> GPU Performance, you have to uncheck "Enable Animated Zoom"

10% popularity Vote Up Vote Down


 

@Gloria351

Using the Alt modifier key and the Scroll wheel, you can zoom around the mouse pointer. Point at what you want to zoom into, and use this shortcut key combination to zoom.

10% popularity Vote Up Vote Down


 

@Holmes874

Zoom to selected is a great feature that I also use constantly on other design programs...the closest I can find in illustrator is to assign a hotkey to "Object >> Artboards >> Fit to selected art" which creates an artboard around your selected object and then you can use the hotkey (CTRL + 0 on mine) to "Zoom to Artboard"...I know this is not ideal because you end up creating a bunch of useless artboards but it is the closest way I can find to duplicate the effect...my latest problem is I realized that it zooms differently if I am in outline mode or preview mode. After pressing 'z' for the 'Zoom tool' I get marquee zoom in outline mode and "scrubby zoom" in preview mode...can't find settings to change either...baffles me how core functionality like this is still not right after all these versions...

10% popularity Vote Up Vote Down


 

@Turnbaugh909

2016 UPDATE:

Illustrator CC now has the ability to smooth zoom.

If your graphics card supports it - just hold Command/Ctrl+Spacebar and move the cursor over the area you want to zoom in to... That's all there is to it.



Pre-CC answer.....

No. Illustrator provides no mechanism to "zoom to selected".

It may be possible via scripting.

However.....

You can temporarily access the Zoom Tool by holding the Command/Ctrl+Spacebar key combination. This will allow you to draw a rectangle around what you want to zoom in on. (Add Option/Alt and it becomes Zoom Out.) Then just hit Command/Ctrl+0 to zoom to page again. Pressing Z toggles the magnifying glass tool to give the same functionality without holding down buttons, but will require switching tools after (probably A or V for most things.)

And you may find the Navigator Panel (Window > Navigator) handy. It's designed to move the "zoom" around with a click-drag in the panel.

You can also open an additional window for the document you are working on via Window > New Window. With this option you can set the zoom differently for each window allowing you to work zoomed in, then view the art zoomed out, without the need to continually zoom in and out. Changes in one window are reflected in both windows.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme