Std Paste: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 18: Line 18:
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}} + {{KEY|V}}
|Shortcut={{KEY|Ctrl}} + {{KEY|V}}
|Version=-
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_DuplicateSelection|Std DuplicateSelection]]
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_DuplicateSelection|Std DuplicateSelection]]
}}
}}

Revision as of 10:17, 16 March 2020

Std Paste

Menu location
Edit → Paste
Workbenches
All
Default shortcut
Ctrl + V
Introduced in version
-
See also
Std Copy, Std DuplicateSelection

Description

The Paste command is involved in replicating Document objects. It places the current "clipboard" contents into the current document. Objects may be copy/pasted between Documents.

Usage

  1. Make the target Document active by clicking on it in the Project tab or Document window.
  2. Invoke the Paste command using several methods:
    • Press the Paste button in the toolbar
    • Using the Ctrl + V keyboard shortcut
    • Use the Edit → Paste entry from the top menu

Limitations

  • In general, it is not possible to paste FreeCAD objects into other applications, or paste objects from other applications into a FreeCAD document.

More