共通操作¶
これらの操作はほとんどのエディターに共通であり、他のアプリケーションから使用する操作と同様に動作します。
元に戻す/やり直す¶
Zrythm のほとんどのアクションは元に戻すことができます。
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.警告
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.