Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Add a custom zoom level

Explorer ,
Mar 18, 2019 Mar 18, 2019

Hi,

I would like to add a custom zoom level of 10% to the Zoom Level dropdown list - can this be done please?

screen.jpg

4.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 18, 2019 Mar 18, 2019

It can be done via scripting:

app.activeWindow.zoomPercentage=10;

Open the ExtendScript Toolkit app and paste the above line into a new script and save it to your Scripts folder /Applications/Adobe InDesign CC 20XX/Scripts/Scripts Panel

It will show in your Scripts panel where you can double click to run, or you can assign it a key command.

Translate
Community Expert ,
Mar 18, 2019 Mar 18, 2019

No, you can't. You could make a feature request that would be seen by the product managers and others could vote to support here:

Feature Requests/Bugs

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 18, 2019 Mar 18, 2019

It can be done via scripting:

app.activeWindow.zoomPercentage=10;

Open the ExtendScript Toolkit app and paste the above line into a new script and save it to your Scripts folder /Applications/Adobe InDesign CC 20XX/Scripts/Scripts Panel

It will show in your Scripts panel where you can double click to run, or you can assign it a key command.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 18, 2019 Mar 18, 2019

At this point that would be hardly any faster than typing in "10" in the field and pressing "Enter". (Which IMO already is faster than moving with the mouse to the dropdown field and hunting down your desired value.)

It may be easier to just remember "Ctrl+Minus" = "smaller", "Ctrl+Plus" = "larger", and, of course, "Ctrl+Zero" = "zoom to fit". The actual display percentage almost never matters to me as it isn't really linked to the real world anyway.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 18, 2019 Mar 18, 2019

Hi,

I know the short cuts - CTRL +/- doesnt zoom to 10%.Robs solutions IS way faster especially after adding a custom keyboard shortcut - and he provided a solution - display percentage is very important - when creating artwork on a 6508 px x 3622pm document.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 18, 2019 Mar 18, 2019

display percentage is very important - when creating artwork on a 6508 px x 3622pm document.

Why? The zoom level has no affect on output dimensions.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 18, 2019 Mar 18, 2019

..important, because when creating, when i zoom out it goes to 12.5% which is just too large to see the whole page with my panel set up - so I've had to type in 10 % so I can get to see the whole doc:

12.5%

12.jpg

10%

10.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 18, 2019 Mar 18, 2019
LATEST

Try View>Fit Page in Window. Command-0 by default

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 18, 2019 Mar 18, 2019

Many thanks Rob - that worked a treat - thank you for taking teh time to answer my post!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines