Std Redo: Difference between revisions

From FreeCAD Documentation
No edit summary
(Fixed GuiCommand.)
Line 19: Line 19:
|Workbenches=All
|Workbenches=All
|Shortcut={{KEY|Ctrl}}+{{KEY|Y}}
|Shortcut={{KEY|Ctrl}}+{{KEY|Y}}
|Version=-
|SeeAlso=[[Std_Undo|Std Undo]]
|SeeAlso=[[Std_Undo|Std Undo]]
}}
}}

Revision as of 10:16, 16 March 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std Redo

Menu location
Edit → Redo‏‎
Workbenches
All
Default shortcut
Ctrl+Y
Introduced in version
-
See also
Std Undo

Description

Redoes a previous undone operation.

Usage

  1. There are several ways to invoke the Redo command:
    • Pressing on the button in the toolbar
    • Using the Edit Redo entry from the top menu.
    • Using the Ctrl+Y keyboard shortcut

Limitations

Scripting