Std Cut: Difference between revisions

From FreeCAD Documentation
No edit summary
(Undo revision 1198485 by Roy 043 (talk)PR7620)
Tag: Undo
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


Line 9: Line 8:
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Redo.svg
|IconL=Std_Redo.svg
|IconC=Freecad.svg
|IconR=Std_Copy.svg
|IconR=Std_Copy.svg
|IconC=Freecad.svg
}}
}}


Line 16: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Std Cut
|Name=Std Cut
|MenuLocation={{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut
|MenuLocation=Edit → Cut
|Shortcut={{KEY|Ctrl}}+{{KEY|X}}
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std Copy|Copy]], [[Std Paste|Paste]], [[Std Delete|Delete]]
|SeeAlso=[[Std_Copy|Std Copy]], [[Std_Paste|Std Paste]], [[Std_DuplicateSelection|Std DuplicateSelection]]
}}
}}


Line 25: Line 23:


<!--T:5-->
<!--T:5-->
The '''Std Cut''' command is limited: it can only be used for [[Spreadsheet_Workbench|spreadsheet cells]]. The command copies the contents and properties of cells to the Clipboard and then clears them.
The Cut command places the currently selected objects into the "clipboard" for later use by the [[Std_Paste|Paste]] command and deletes them in the current document. Objects may be copied between documents.

<!--T:13-->
To cut other objects you can use the [[Std_Copy|Std Copy]] command followed by a delete operation.


==Usage== <!--T:3-->
==Usage== <!--T:3-->


<!--T:6-->
<!--T:6-->
# Select the Object(s) to be cut.
# Select one or more cells in the spreadsheet.
# There are several ways to invoke the command:
# Invoke the Cut command using several ways:
#* Pressing the {{KEY|[[File:Std Cut.svg|16px]] Cut}} button in the toolbar
#* Press the {{Button|[[Image:Std_Cut.svg|16px]] [[Std_Cut|Std Cut]]}} button.
#* Select the {{MenuCommand|Edit → [[Image:Std_Cut.svg|16px]] Cut}} option from the menu.
#* Using the {{KEY|Ctrl}} + {{KEY|X}} keyboard shortcut
#* Using the {{MenuCommand|{{StdMenu|[[Std_Edit_Menu|Edit]]}} → Cut}} menu


==Limitations== <!--T:4-->
==Notes== <!--T:14-->


<!--T:7-->
<!--T:15-->
* The standard keyboard shortcut {{KEY|Ctrl}}+{{KEY|X}} does not call the '''Std Cut''' command but uses the Cut function from the OS instead. You can use this shortcut in most FreeCAD text windows and input boxes, it also works for spreadsheet cells.
* In general, it is not possible to copy FreeCAD objects into other applications, or copy objects from other applications into a FreeCAD document.

==Scripting== <!--T:11-->


<!--T:10-->
<!--T:10-->
Line 49: Line 47:
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_Redo.svg
|IconL=Std_Redo.svg
|IconR=Std_Copy.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
|IconR=Std_Copy.svg
}}
}}


<!--T:8-->
{{Std Base navi}}

<!--T:12-->
{{Userdocnavi}}
</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Latest revision as of 14:11, 18 May 2023

Std Cut

Menu location
Edit → Cut
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std Copy, Std Paste, Std DuplicateSelection

Description

The Std Cut command is limited: it can only be used for spreadsheet cells. The command copies the contents and properties of cells to the Clipboard and then clears them.

To cut other objects you can use the Std Copy command followed by a delete operation.

Usage

  1. Select one or more cells in the spreadsheet.
  2. There are several ways to invoke the command:
    • Press the Std Cut button.
    • Select the Edit → Cut option from the menu.

Notes

  • The standard keyboard shortcut Ctrl+X does not call the Std Cut command but uses the Cut function from the OS instead. You can use this shortcut in most FreeCAD text windows and input boxes, it also works for spreadsheet cells.