Back

If your email is not recognized and you believe it should be, please contact us.

  • You must be logged in to reply to this topic.Login

Is there a way to duplicate a new layer below the current layer?

Return to Member Forum

  • Author
    Posts
    • #110175
      letterwoman
      Member

      I’ve been searching everywhere but I can’t find a way to duplicate a layer and have it appear below the layer that I’m duplicating. I can make a new layer and have that appear below the current layer, but I can’t duplicate a layer and make it go below the current layer. Can anyone help?

    • #110176

      Just create a new layer and drag it below the existing layer. InDesign always make new layers appear on top of the actual layer.

    • #110177

      Hi,

      [Note: the “Alt”-drag doesn’t work correctly about the first (background) layer! …]

      Select a layer in the “Layers” window [to make it “active”] and run this simple script [useful to associate a keyboard shortcut to it!]:

      // by FRIdNGE, August 2018
      var myLayer0 = app.activeDocument.activeLayer,
      myLayer1 = myLayer0.duplicate();
      myLayer1.move(LocationOptions.AFTER, myLayer0);

      Best,
      Michel, for FRIdNGE
      michel.allio.fridnge@gmail.com

      • #110265
        letterwoman
        Member

        Thanks, but where do I put all this type to run this script?

      • #110269
        letterwoman
        Member

        Oh, never mind. I figured it out. That helps a lot! Thanks a lot!

    • #110178
      David Blatner
      Keymaster

      Thank you, Michel! Nice script.
      Note that it’s easy to apply a keyboard shortcut to a script with Edit > Edit Keyboard Shortcuts. :-)

Viewing 3 reply threads
  • The forum ‘General InDesign Topics (CLOSED)’ is closed to new topics and replies.
Forum Ads