Std Cut

From FreeCAD Documentation
Revision as of 09:44, 11 October 2022 by Roy 043 (talk | contribs) (Toolbar button removed. See: https://github.com/FreeCAD/FreeCAD/pull/7571)

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. 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.