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

Keyboard Shortcut for View > Rotate Spread?

Participant ,
Mar 25, 2019 Mar 25, 2019

I'm on the latest version of InDesign and am trying to create a keyboard shortcut for View > Rotate Spread (90˚ CW, 90˚ CCW, etc). I've done this in the past, but currently I don't see these commands listed in the Keyboard Shortcut menu (Edit > Keyboard Shortcuts). Any suggestions on how to setup a shortcut for this?

4.3K
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 25, 2019 Mar 25, 2019

Go to Keyboard Shortcuts>Panel Menus>Pages: Rotate...

Screen Shot 2019-03-25 at 12.43.06 PM.png

Translate
Community Expert ,
Mar 25, 2019 Mar 25, 2019

Go to Keyboard Shortcuts>Panel Menus>Pages: Rotate...

Screen Shot 2019-03-25 at 12.43.06 PM.png

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
Participant ,
Mar 25, 2019 Mar 25, 2019

That worked. Thanks!

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 25, 2019 Mar 25, 2019

Happy to help.

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 25, 2019 Mar 25, 2019
LATEST

Hi Joe,

also see into this startup* script by Peter Kahrel ( PagesContextAdditions.jsx ) that would add the features to the context menu of selected pages in the Pages panel:

Spread rotation

Here a screenshot from my German InDesign CC 2019 where this is implemented:

RotateSpreadView-ContextMenu-Script-by-Peter-Kahrel.png

I added my own code for the 180° view. But you also could achieve the 180° view by doing a 90° rotation two times.

RotateSpreadView-ContextMenu-Script-by-Peter-Kahrel-2.png

After that little rotate widget is visible at the spread's proxy in the Pages panel, one could use the widget's context menu to change the rotation of the view.

Or, of course, the context menu of the selected pages like shown in my first screenshot above.

RotateSpreadView-ContextMenu-Script-by-Peter-Kahrel-3.png

Regards,
Uwe

* PS: I implemented this with my additional code as startup script. Peter did not. So if you download Peter's script follow his advice for using it.

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