Häufige Operationen¶
These operations are common to most editors, and behave similarly to what you should be used to from other applications.
Undo/Redo¶
Most actions in Zrythm are undoable, which means that you can go back to the state before that action was made, or you can come back to a state that you undo’ed from.
For example, if you create a MIDI note and press undo, the MIDI note will be deleted (Zrythm goes back into the state where the MIDI note did not exist). Pressing the Redo button will create the note again, and you can go back between Undo and Redo as many times as you want.
The shortcuts for undo and redo are
+ to Undo and + + to Redo.Warnung
If you Undo and then perform a new action, the Redo history will be deleted.
Object Operations¶
Cut¶
Delete and copy the selected objects and save them in the clipboard so that they can be pasted elsewhere. The shortcut for cutting is
+ .Copy¶
Copy the selected objects to the clipboard so that they can be pasted elsewhere. The shortcut for copying is
+ .Paste¶
Paste the objects currently in the clipboard to the current playhead position. The shortcut for pasting is
+ .Duplicate¶
Create a copy of the selected objects adjacent to them. The shortcut for duplicating is
+ .Delete¶
Delete the selected objects. You can also press
on your keyboard to do this.