Edit Menu
- Gale 04Jun14: I would not bother yet about that decision. We have http://bugzilla.audacityteam.org/show_bug.cgi?id=729 open as a result of fixing bug 722. I would be very unhappy if 2.0.6 was released without corrections for bug 729.
- Peter 4Jun14: I'm coming round to the idea of just retaining Edit Menu: Remove Special and Edit Menu: Copy, Paste and Duplicate and maybe even expanding them with a few more worked examples. This seems to make sense as those pages group together commands that bear a functional relationship to each other. Furthermore there are many links to those pages in the Manual and probably also in the forum do it may be wise to leave them as is. Thoughts?
- Gale 07 Jun14: Duplicate isn't anything to do with the clipboard, though, and in the menus, Duplicate is strangely in the group that includes "Remove Special". Arranging the content of the Manual intuitively (following the actual menu order) is part of the reason why I would like the menu items to be grouped so they are functionally similar (see the -quality list discussion).
If the first group after Undo/Redo was to remain as Cut/Copy/Paste/Delete, I think duplicating two of those commands in a section further down about "Copy, Paste and Duplicate" is not ideal. I think it is confusing to have Duplicate in that split off page. It looks like it's there because it keeps Edit Menu cleaner, not because it is much to do with Copy and Paste.
- Peter 18Jun14: Duplicate may be nothing to do with the clipboard - but in many users' minds, mine included, duplicate and copy/paste are more than somewhat parallel functions performing very similar tasks, but in different ways - and that is why I think they deserve to remain documented together.
- Peter 18Jun14: I downgraded the P1 to a P2 as Vaughan has indicated that there are unlikely to be any major structural changes to this menu prior to 2.0.6 release.
- Gale 18Jun14: This is a mess, more evidence why we should not make piecemeal changes that confuse the documentation. I don't think we should now use that table for "Copy, Paste and Duplicate". That table is not a submenu (note that the Intro says a table denotes a submenu). Duplicating commands in that table makes it look like there are more than one Copy and Paste command, as a couple of users have already pointed out. Also there should not be two div id's with the same name. Fixed, commenting out the table. So now, this page follows the order and naming of the menu as it currently is.
- Peter 24Jun14: "mess" is a bit of an overstatement, imo what we have moved to now with Cut & Delete back at the top level is a big improvement. I totally approve of removing of the table that you have commented out - that was only ever a pseudo-group that bore no resemblance to the actual menu structure.
- Gale 24Jun14: I have found on my trawl that more editors group the clipboard items than group Cut/Copy/Paste/Delete (odd man out). However the reduction in clarity and increased length are my main concern.
There are many commands available from this menu so some commands are grouped into a cascading sub-menu (as denoted on this page by a table of commands).
Undo CTRL + Z
Undoes the last editing operation you performed to your project. You can undo as many times as you want, all the way back to when you opened the window. To undo many operations, select History... from the View Menu. The name of this menu item will change to reflect what will be undone; if you just recorded some audio, the menu item name will be Undo Record.
Redo CTRL + Y
Redoes any editing operations that were just undone. After you perform a new editing operation, you can no longer redo the operations that were undone.
Cut CTRL + X
Removes the selected audio data and/or labels and places these on the Audacity clipboard. Audio or labels after the selection move leftwards.
Delete CTRL + K
Similar to Cut, but removes the audio data and/or labels that are currently selected without copying them to the Audacity clipboard.
Copy CTRL + C
Copies the selected audio data to the Audacity clipboard without removing it from the project.
Paste CTRL + V
Pastes audio which has been cut or copied to the Audacity clipboard, either inserting it into the selected track(s) at the cursor point, or replacing the current selection region(s).
Duplicate CTRL + D
Creates a new track containing only the current selection as a new clip.
Remove Special
Commands for more "advanced" removal of audio:
- Split Cut and Split Delete are a "special" cut or delete which make the audio or labels to right of the selection stay in current position instead of moving leftwards.
- Silence replaces the current selection with silence.
- Trim removes all audio from the current clip except the selected part, creating its own clip from the remaining, selected, audio.
| Split Cut | CTRL + ALT + X |
| Split Delete | CTRL + ALT + K |
| Silence Audio | CTRL + L |
| Trim Audio | CTRL + T |
Paste Text to New Label CTRL + ALT + V
Pastes the text on the system clipboard (or text from a label stored in the Audacity clipboard) to a new label at the cursor or region position in the currently selected label track. A new label track is created if none exists.
Clip Boundaries
Create or remove separate clips in the audio track. A clip inside an audio track is a separate section of that track which has been split so that it can be manipulated somewhat independently of the other clips in the track.
| Split | CTRL + I |
| Split New | CTRL + ALT + I |
| Join | CTRL + J |
| Detach at Silences | CTRL + ALT + J |
Labeled Audio
Labeled Audio commands apply standard Edit Menu commands to the audio of one or more regions that are labeled. The labels themselves are not affected. This can be useful for example to remove multiple unwanted sounds at one go from an audio track where you have already labeled the unwanted sounds.
To use, drag a selection in the Label Track that fully includes (or extends beyond) each region label whose audio is to be affected. Labeled Audio Split can also mark an audio split in the waveform at each point label where the selection touches (or extends beyond) the point label.
The following Edit commands can be applied to labeled audio.
| Cut | ALT + X |
| Delete | ALT + K |
| Split Cut | ALT + SHIFT + X |
| Split Delete | ALT + SHIFT + K |
| Silence Audio | ALT + L |
| Copy | ALT + SHIFT + C |
| Split | ALT + I |
| Join | ALT + J |
| Detach at Silences | ALT + SHIFT + J |
Select
Select ranges of audio.
| All | CTRL + A |
| None | CTRL + SHIFT + A |
| Spectral | |
| Left at Playback Position | [ |
| Right at Playback Position | ] |
| Track Start to Cursor | SHIFT + J |
| Cursor to Track End | SHIFT + K |
| In All Tracks | CTRL + SHIFT + K |
| In All Sync-Locked Tracks | CTRL + SHIFT + Y |
Find Zero Crossings Z
Find Zero Crossings helps to avoid clicks at edit points when making cuts and joins by moving the edges of a selection region (or the cursor position) very slightly so they are at a rising zero crossing point.
Move Cursor
Move the cursor directly to the start or end of the selection or the track.
| to selection start | |
| to selection end | |
| to track start | J |
| to track end | K |
Region Save
Stores the current position of the selection region or cursor, as observed on the Timeline. The position of this region or cursor can then be recalled by using Region Restore (see below). Using this command again will overwrite the previously stored position information.
The position is saved in memory for each project. Therefore using Region Restore won't have any effect in another project unless you have already used Region Save in that project. When you close a project, its saved region is discarded.
The Region Save command is grayed out if there are no audio tracks.
Region Restore
Moves the selection region or cursor to the position stored by the last Region Save command (see above). If a region is restored, this is only explicitly placed inside those tracks which are currently selected.
|
- Gale 10Feb15: ToDo-2 Done, please check and remove the brackets round the P2 if you're satisfied.
Play Region
Lock: Activating this menu item locks standard playback to the current position of the editing cursor or playback region (or to the current position of the Quick-Play region or Quick-Play cursor). This locked position is indicated by a red cursor or region in the Timeline instead of the normal gray cursor or region in the Timeline. The locked position is then always used when starting playback with a play button or with SPACE, instead of starting from the cursor or region position in the waveform. See Play Region Lock on the Timeline page for details.
This menu item is only active when the editing cursor, playback region or Quick-Play region in the Timeline shows in normal gray (unlocked) color.
Unlock: Removes the Play Region Lock. This menu item is only active when the Lock is already active (the locked cursor or region shows in red color in the Timeline).
Play Region Lock or Unlock may be performed even when the track is playing, recording or paused.
Preferences... CTRL + P
Displays the Preferences dialog. Preferences enable you change most of the default behaviors and settings of Audacity.