Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22659
    David
    Participant

    I often copy some contents from web page or other documents. Then I will paste into the same file in EmEditor.
    Everytime I have to type Enter key to create a new line after pasting. If possible to move to next line automatically? I saw there’re some commands related to “Paste” already. But I fail to get wanted result.

    #22660
    Patrick C
    Participant

    Sounds like macro to me.

    Paste the following two lines in a file and save as yourChoiceOfFileName.jsee

    document.selection.Paste();
    document.selection.NewLine(1);

    Add the file to the MyMacros list you’ll find under Macros → Customise.

    You can then assign a shortcut under Tools → Properties for All Configurations → Keyboard → Category: MyMacros

    #22661
    David
    Participant

    Hello, Patrick! Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.