Talk:Commands

From Audacity Development Manual
Revision as of 11:20, 22 April 2017 by JamesCrook (talk | contribs) (Added source code.)
Jump to: navigation, search

This is an experiment by James with an auto-generated sortable list of commands and shortcuts. Sortability is going to depend on stylesheets in the manual. So far this only includes menu commands.


April 2017

  • Gale: As I already pointed out on Wiki, kbrd template is not correct here. Kbrd is explicitly not for Audacity shortcuts.

    Does this replace Keyboard Shortcut Reference? That is a pain to maintain, though it has better text than we currently have here.

    • I think the kbrd outline looks better than the purple. But I am not attached to it. Manual team can decide. It is easy to change/autogenerate in either version.
      • Gale 17Apr17: I don't care that much, but if we change the key/shortcut templates to look like the current kbrd, then kbrd will have to change to some other design.
    • The plan is to offer Keyboard Shortcut Reference autogenerated as well - and let manual team decide whether to use one or both. The main point of a single table is sorting. And that only makes sense if sorting is available in this wiki. I can also auto-generate tables sorted in different ways, but that is less elegant than a single sorted table I think.
    • The descriptive text is autogenerated. The plan is to re use the hand crafted text. When that is done properly the image maps for menus could reuse the same descriptive text, if we want.
  • Gale 18Apr17: We'll need a decision when possible on whether we can add Commands from Keyboard Preferences to this list. If we can, then most likely this would supersede Keyboard Shortcut Reference.

'Source Code'

This page is generated using the following text for the descriptions. Items can move around between menus and change their order, and their default shortcuts, and they will still 'be tracked'. This same description strings are used as hover text in the menu image maps.

// File
MENUSTUFF( "New", "Ctrl+N", "Creates a new and empty project window to start working on new or imported Tracks.")
MENUSTUFF( "Opens the Open dialog", "Ctrl+O", "Presents you with a standard dialog box where you can select either audio files, a list of files (.LOF) or an Audacity Project file to open.")
MENUSTUFF( "Recent Files", "", "Lists the full path to the twelve most recently saved or opened projects or most recently imported audio files")
MENUSTUFF( "Close", "Ctrl+W", "Closes the current project window, prompting you to save your work if you have not saved.")
MENUSTUFF( "Save Project", "Ctrl+S", "Saves the current Audacity project .AUP file.")
MENUSTUFF( "Opens the Save Project As dialog", "", "Same as \"Save Project\" above, but allows you to save a copy of an open project to a different name or location")
MENUSTUFF( "Save Other", "", "For exporting audio files")
MENUSTUFF( "Import", "", "For importing audio files or label files into your project")
MENUSTUFF( "Chains", "", "Chains are Audacity's form of batch processing")
MENUSTUFF( "Opens the Page Setup dialog", "", "Opens the standard Page Setup dialog box prior to printing")
MENUSTUFF( "Opens the Print dialog", "", "Prints all the waveforms in the current project window (and the contents of Label Tracks or other tracks), with the Timeline above. Everything is printed to one page.")
MENUSTUFF( "Exit", "Ctrl+Q", "Closes all project windows and exits Audacity. If there are any unsaved changes to your project, Audacity will ask if you want to save them.")
// File: Recent Files
MENUSTUFF( "Clear", "", "Clears the list of recently used files.")
// File: Save Other
MENUSTUFF( "Export as MP3", "", "Exports to an MP3 file")
MENUSTUFF( "Export as WAV", "", "Exports to a WAV file")
MENUSTUFF( "Export as OGG", "", "Exports to an OGG file")
MENUSTUFF( "Opens the Export Audio dialog", "Ctrl+Shift+E", "Exports to an audio file.")
MENUSTUFF( "Opens the Export Selected Audio dialog", "", "Exports selected audio to a file.")
MENUSTUFF( "Opens the Export Labels dialog", "", "Exports audio at one or more labels to file(s).")
MENUSTUFF( "Opens the Export Multiple dialog", "Ctrl+Shift+L", "Exports multiple audio files in one process, one file for each track if there are multiple audio tracks, or [[Label Tracks|labels]] can be added which then define the length of each exported file.")
MENUSTUFF( "Opens the Export MIDI dialog", "", "Exports MIDI (note tracks) to a MIDI file.")
MENUSTUFF( "Opens the Save Compressed Copy of Project dialog", "", "The audacity .aup project file format, but compressed (Suitable for mailing)")
// File: Import
MENUSTUFF( "Opens the Audio dialog", "Ctrl+Shift+I", "Similar to 'Open', except that the file is added as a new track to your existing project.")
MENUSTUFF( "Opens the Labels dialog", "", "Launches a file selection window where you can choose to ''import'' a single text file into the project containing point or region [[Label Tracks|labels]]. For more information about the syntax for labels files, see [[Label Tracks#export|Importing and Exporting Labels]]. ")
MENUSTUFF( "Opens the MIDI dialog", "", "Imports a '''''[[Glossary#midi|MIDI]]''''' (MIDI or MID '''''[[Glossary#extension|extension]]''''') or Allegro (GRO) file to a [[Note Tracks|Note Track]] where simple cut-and-paste edits can be performed. The result can be exported with the {{menu|File > Save Other> > [[File Menu: Save Other#exportmidi|Export MIDI]]}} command. '''Note:''' Currently, MIDI and Allegro files cannot be played.   ")
MENUSTUFF( "Opens the Raw Data dialog", "", "Attempts to import an uncompressed audio file that might be \"raw\" data without any headers to define its format, might have incorrect headers or be otherwise partially corrupted, or might be in a format that Audacity is unable to recognize. Raw data in textual format cannot be imported. ")
// File: Chains
MENUSTUFF( "Opens the Apply Chain dialog", "", "Creates a new Chain or edits an existing chain. ")
MENUSTUFF( "Opens the Edit Chains dialog", "", "Show the existing chains and allows you to select and run one.")
// Edit
MENUSTUFF( "Undo", "Ctrl+Z", "Undoes the most recent editing action.")
MENUSTUFF( "Redo", "Ctrl+Y", "Redoes the most recently undone editing action.")
MENUSTUFF( "Cut", "Ctrl+X", "Removes the selected audio data and/or labels and places these on the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left.")
MENUSTUFF( "Delete", "Ctrl+K", "Removes the selected audio data and/or labels without copying these to the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left.")
MENUSTUFF( "Copy", "Ctrl+C", "Copies the selected audio data to the Audacity clipboard without removing it from the project.")
MENUSTUFF( "Paste", "Ctrl+V", "Inserts whatever is on the Audacity clipboard at the position of the selection cursor in the project, replacing whatever audio data is currently selected, if any.")
MENUSTUFF( "Duplicate", "Ctrl+D", "Creates a new track containing only the current selection as a new clip.")
MENUSTUFF( "Remove Audio", "", "For more \"advanced\" removal of audio")
MENUSTUFF( "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.")
MENUSTUFF( "Labels", "", "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.")
MENUSTUFF( "Opens the Metadata dialog", "", "The Metadata Editor modifies information about a track, such as the artist and genre.  Typically used with MP3 files.")
MENUSTUFF( "Opens the Preferences dialog", "Ctrl+P", "Preferences enable you change most of the default behaviors and settings of Audacity.")
// Edit: Remove Audio
MENUSTUFF( "Split Cut", "Ctrl+Alt+X", "Same as Cut, but none of the audio data or labels to right of the selection are shifted.")
MENUSTUFF( "Split Delete", "Ctrl+Alt+K", "Same as Delete, but none of the audio data or labels to right of the selection are shifted.")
MENUSTUFF( "Silence Audio", "Ctrl+L", "Replaces the currently selected audio with absolute silence. Does not affect label tracks.")
MENUSTUFF( "Trim Audio", "Ctrl+T", "Deletes all audio but the selection.  If there are other separate [[Audacity Tracks and Clips|clips]] in the same track these are not removed or shifted unless trimming the entire length of a clip or clips. Does not affect label tracks. ")
// Edit: Clip Boundaries
MENUSTUFF( "Split", "Ctrl+I", "Splits the current clip into two clips at the cursor point, or into three clips at the selection boundaries.")
MENUSTUFF( "Split New", "Ctrl+Alt+I", "Does a Split Cut on the current selection in the current track, then creates a new track and pastes the selection into the new track.")
MENUSTUFF( "Join", "Ctrl+J", "If you select an area that overlaps one or more clips, they are all joined into one large clip. Regions in-between clips become silence. ")
MENUSTUFF( "Detach at Silences", "Ctrl+Alt+J", "In a selection region that includes absolute silences, creates individual non-silent clips between the regions of silence. The silence becomes blank space between the clips.")
// Edit: Labels
MENUSTUFF( "Opens the Edit Labels dialog", "", "Brings up a dialog box showing all of your labels in a keyboard-accessible tabular view. Handy buttons in the dialog let you insert or delete a label, or import and export labels to a file. See [[Labels_Editor|Labels Editor]] for more details.")
MENUSTUFF( "Add Label At Selection", "Ctrl+B", "Creates a new, empty label at the cursor or at the selection region. ")
MENUSTUFF( "Add Label At Playback Position", "Ctrl+M", "Creates a new, empty label at the current playback or recording position.  ")
MENUSTUFF( "Paste Text to New Label", "Ctrl+Alt+V", "Pastes the text on the Audacity clipboard at the cursor position in the currently selected label track. If there is no selection in the label track a point label is created. If a range is selected in the label track a range label is created. If no label track is selected one is created, and a new label is created.")
MENUSTUFF( "Cut", "Alt+X", "Same as the Cut command, but operates on labeled audio regions.")
MENUSTUFF( "Delete", "Alt+K", "Same as the Delete command, but operates on labeled audio regions.")
MENUSTUFF( "Split Cut", "Alt+Shift+X", "Same as the Split Cut command, but operates on labeled audio regions. ")
MENUSTUFF( "Split Delete", "Alt+Shift+K", "Same as the Split Delete command, but operates on labeled audio regions.")
MENUSTUFF( "Silence Audio", "Alt+L", "Same as the Silence Audio command, but operates on labeled audio regions.")
MENUSTUFF( "Copy", "Alt+Shift+C", "Same as the Copy command, but operates on labeled audio regions.")
MENUSTUFF( "Split", "Alt+I", "Same as the Split command, but operates on labeled audio regions or points. ")
MENUSTUFF( "Join", "Alt+J", "Same as the Join command, but operates on labeled audio regions or points. You may need to select the audio and use {{menu|Edit > Clip Boundaries > [[Edit Menu: Clip Boundaries#join|Join]]}}, to join all regions or points.")
MENUSTUFF( "Detach at Silences", "Alt+Shift+J", "Same as the Detach at Silences command, but operates on labeled audio regions.")
MENUSTUFF( "Type to Create a Label (on/off)", "", "When a label track has the yellow focus border, if this option is on, just type to create a label.  Otherwise you must create a label first.")
// Select
MENUSTUFF( "All", "Ctrl+A", "Selects all of the audio in all of the tracks.")
MENUSTUFF( "None", "Ctrl+Shift+A", "Deselects all of the audio in all of the tracks. ")
MENUSTUFF( "Tracks", "", "For extending a selection to more tracks.")
MENUSTUFF( "Region", "", "For modifying, saving and restoring a selection.")
MENUSTUFF( "Spectral", "", "For making a selection of a frequency range.")
MENUSTUFF( "Clip Boundaries", "", "For modifying a selection, taking account of clips.")
MENUSTUFF( "Cursor to Stored Cursor Position", "", "Selects from the position of the cursor to the previously stored cursor position"  )
MENUSTUFF( "Store Cursor Position", "", "Stores the current cursor position for use in a later selection"  )
// Select: Tracks
MENUSTUFF( "In All Tracks", "Ctrl+Shift+K", "Extends the current selection up and/or down into all tracks in the project.")
MENUSTUFF( "In All Sync-Locked Tracks", "Ctrl+Shift+Y", "Extends the current selection up and/or down into all sync-locked tracks in the currently selected track group.")
// Select: Region
MENUSTUFF( "Left at Playback Position", "[", "When Audacity is playing, recording or paused, sets the left boundary of a potential selection by moving the cursor to the current position of the green playback cursor (or red recording cursor).<p> Otherwise, opens the \"Set Left Selection Boundary\" dialog for adjusting the time position of the left-hand selection boundary. If there is no selection, moving the time digits backwards creates a selection ending at the former cursor position, and moving the time digits forwards provides a way to move the cursor forwards to an exact point. </p> ")
MENUSTUFF( "Right at Playback Position", "]", "When Audacity is playing, recording or paused, sets the right boundary of the selection, thus drawing the selection from the cursor position to the current position of the green playback cursor (or red recording cursor). <p> Otherwise, opens the \"Set Right Selection Boundary\" dialog for adjusting the time position of the right-hand selection boundary. If there is no selection, moving the time digits forwards creates a selection starting at the former cursor position, and moving the time digits backwards provides a way to move the cursor backwards to an exact point. </p>")
MENUSTUFF( "Track Start to Cursor", "Shift+J", "Selects a region in the selected track(s) from the start of the track to the cursor position.")
MENUSTUFF( "Cursor to Track End", "Shift+K", "Selects a region in the selected track(s) from the cursor position to the end of the track.")
MENUSTUFF( "Store Selection", "", "Stores the end points of a selection for later reuse."  )
MENUSTUFF( "Retrieve Selection", "", "Retrieves the end points of a previously stored selection."  )
MENUSTUFF( "Ends to Zero Crossings", "Z", "Moves the edges of a selection region (or the cursor position) slightly so they are at a rising zero crossing point. ")
// Select: Spectral
MENUSTUFF( "Toggle spectral selection", "Q", "Changes between selecting a time range and selecting the last selected [[Spectral Selection|spectral selection]] in that time range. This command toggles the spectral selection even if not in Spectrogram view, but you must be in Spectrogram view to use the spectral selection in one of the [[Effect Menu#spectral multi|Spectral edit]] effects.")
MENUSTUFF( "Next Higher Peak Frequency", "", "When in Spectrogram view, snaps the center frequency to the next higher frequency peak, moving the spectral selection upwards.")
MENUSTUFF( "Next Lower Peak Frequency", "", "When in Spectrogram views snaps the center frequency to the next lower frequency peak, moving the spectral selection downwards.")
// Select: Clip Boundaries
MENUSTUFF( "Previous Clip Boundary to Cursor", "", "Selects from the current cursor position back to the right-hand edge of the previous clip.")
MENUSTUFF( "Cursor to Next Clip Boundary", "", "Selects from the current cursor position forward to the left-hand edge of the next clip.")
MENUSTUFF( "Previous Clip", "", "Moves the selection to the previous clip.")
MENUSTUFF( "Next Clip", "", "Moves the selection to the next clip.")
// View
MENUSTUFF( "Zoom", "", "Zoom in/out on the horizontal axis.  Show more detail or show a longer length of time.")
MENUSTUFF( "Track Size", "", "Controls the sizes of tracks.")
MENUSTUFF( "Skip to", "", "Move forward/backwards through the audio")
MENUSTUFF( "Opens the History dialog", "", "Brings up the History window which can then be left open while using Audacity normally. History lists all undoable actions performed in the current project, including importing.")
MENUSTUFF( "Opens the Karaoke dialog", "", "Brings up the Karaoke window, which displays the labels in a \"bouncing ball\" scrolling display")
MENUSTUFF( "Opens the Mixer Board dialog", "", "Mixer Board is an alternative view to the audio tracks in the main tracks window. Analogous to a hardware mixer board, each audio track is displayed in a Track Strip.")
MENUSTUFF( "Toolbars", "", "Toolbars can be used to determine which of the Audacity toolbars are displayed.  By default all toolbars are shown except Spectral Selection and Scrub")
MENUSTUFF( "Extra Menus (on/off)", "", "Shows extra menus with many extra less-used commands.")
MENUSTUFF( "Show Clipping (on/off)", "", "Option to show or not show audio that is too loud (in red) on the wave form.")
// View: Zoom
MENUSTUFF( "Zoom In", "Ctrl+1", "Zooms in on the horizontal axis of the audio displaying more detail over a shorter length of time. ")
MENUSTUFF( "Zoom Normal", "Ctrl+2", "Zooms to the default view which displays about one inch per second.")
MENUSTUFF( "Zoom Out", "Ctrl+3", "Zooms out displaying less detail over a greater length of time.")
MENUSTUFF( "Zoom to Selection", "Ctrl+E", "Zooms in or out so that the selected audio fills the width of the window.")
// View: Track Size
MENUSTUFF( "Fit to Width", "Ctrl+F", "Zooms out until the entire project just fits in the window.")
MENUSTUFF( "Fit to Height", "Ctrl+Shift+F", "Adjusts the height of all the tracks until they fit in the project window.")
MENUSTUFF( "Collapse All Tracks", "Ctrl+Shift+C", "Collapses all tracks to take up the minimum amount of space.")
MENUSTUFF( "Expand Collapsed Tracks", "Ctrl+Shift+X", "Expands all collapsed tracks to their original size before the last collapse.")
// View: Skip to
MENUSTUFF( "Selection Start", "Ctrl+[", "When there is a selection, moves the cursor to the start of the selection and removes the selection.")
MENUSTUFF( "Selection End", "Ctrl+]", "When there is a selection, moves the cursor to the end of the selection and removes the selection.")
// View: Toolbars
MENUSTUFF( "Reset Toolbars", "", "Using this command positions all toolbars in default location and size as they were when Audacity was first installed")
MENUSTUFF( "Device Toolbar", "", "Selects audio host, recording device, number of recording channels and playback device")
MENUSTUFF( "Edit Toolbar", "", "Cut, copy, paste, trim audio, silence audio, undo, redo, zoom tools")
MENUSTUFF( "Combined Meter Toolbar", "", "The recording and playback meters can be combined, using this command, into a single toolbar")
MENUSTUFF( "Recording Meter Toolbar", "", "Displays recording levels and toggles input monitoring when not recording")
MENUSTUFF( "Playback Meter Toolbar", "", "Displays playback levels")
MENUSTUFF( "Mixer Toolbar", "", "Adjusts the recording and playback volumes of the devices currently selected in Device Toolbar")
MENUSTUFF( "Selection Toolbar", "", "Controls the sample rate of the project, snapping to the selection format and adjusts cursor and region position by keyboard input")
MENUSTUFF( "Spectral Selection Toolbar", "", "Displays and lets you adjust the current spectral (frequency) selection without having to be in Spectrogram view")
MENUSTUFF( "Tools Toolbar", "", "Chooses various tools for selection, volume adjustment, zooming and time-shifting of audio")
MENUSTUFF( "Transcription Toolbar", "", "Plays audio at a slower or faster speed than normal, affecting pitch")
MENUSTUFF( "Transport Toolbar", "", "Controls playback and recording and skips to start or end of project when neither playing or recording")
MENUSTUFF( "Scrub Toolbar", "", "Controls playback and recording and skips to start or end of project when neither playing or recording")
// Transport
MENUSTUFF( "Play", "", "These commands control playback in Audacity. You can Start, Stop or Pause playback of the audio in your project.")
MENUSTUFF( "Record", "", "These commands control recording in Audacity. You can Start, Stop or Pause recording in your project. You can either start a recording on your existing track or an a new track.")
MENUSTUFF( "Scrubbing", "", "Scrubbing is the action of moving the mouse pointer right or left so as to adjust the position, speed or direction of playback, listening to the audio at the same time - a convenient way to quickly navigate the waveform to find a particular event of interest. Speed changes are made by rotating the mouse wheel while scrubbing.")
MENUSTUFF( "Cursor to", "", "These commands let you move the cursor to the start or end of the selection, track or any adjacent Clip that you may have ")
MENUSTUFF( "Play Region", "", "These commands enable you to lock a play region and unlock it")
MENUSTUFF( "Rescan Audio Devices", "", "Rescan for audio devices connected to your computer, and update the playback and recording dropdown menus in Device Toolbar")
MENUSTUFF( "Transport Options", "", "This submenu lets you manage and set various options for transport (playing and recording) in Audacity")
// Transport: Play
MENUSTUFF( "Play/Stop", "Space", "Starts and stops playback or stops a recording (stopping does not change the restart position). Therefore using any play or record command after stopping with \"Play/Stop\" will start playback or recording from the same [[Timeline]] position it last started from. You can also assign separate shortcuts for [[#play|Play]] and [[#stop|Stop]]. ")
MENUSTUFF( "Play/Stop and Set Cursor", "X", "Starts playback like \"Play/Stop\", but stopping playback sets the restart position to the stop point. When stopped, this command is the same as \"Play/Stop\". When playing, this command stops playback and moves the cursor (or the start of the selection) to the position where playback stopped.")
MENUSTUFF( "Loop Play", "Shift+Space", "Plays the selection over and over again.")
MENUSTUFF( "Pause", "P", "Temporarily pauses playing or recording without losing your place.")
// Transport: Record
MENUSTUFF( "Record", "R", "Starts recording at the end of the currently [[Audacity Selection|selected]] track(s). ")
MENUSTUFF( "Record New Track", "Shift+R", "Recording begins on a new track at either the current cursor location or at the beginning of the current selection.")
MENUSTUFF( "Opens the Timer Record dialog", "Shift+T", "Brings up the Timer Record dialog.")
MENUSTUFF( "Pause", "P", "Temporarily pauses playing or recording without losing your place.")
// Transport: Scrubbing
MENUSTUFF( "Scrub", "", "Scrubbing is the action of moving the mouse pointer right or left so as to adjust the position, speed or direction of playback, listening to the audio at the same time.")
MENUSTUFF( "Seek", "", "Seeking is similar to Scrubbing except that it is playback with skips, similar to using the seek button on a CD player.")
MENUSTUFF( "Scrub Ruler", "", "Shows (or hides) the scrub ruler, which is just below the timeline.")
// Transport: Cursor to
MENUSTUFF( "Selection Start", "", "Moves the left edge of the current selection to the center of the screen, without changing the [[Zooming|zoom]] level.")
MENUSTUFF( "Selection End", "", "Moves the right edge of the current selection to the center of the screen, without changing the [[Zooming|zoom]] level.")
MENUSTUFF( "Track Start", "J", "Moves the cursor to the start of the selected track.")
MENUSTUFF( "Track End", "K", "Moves the cursor to the end of the selected track.")
MENUSTUFF( "Previous Clip Boundary", "", "Moves the cursor position back to the right-hand edge of the previous clip")
MENUSTUFF( "Next Clip Boundary", "F12", "Moves the cursor position forward to the left-hand edge of the next clip")
MENUSTUFF( "Project Start", "Home", "Moves the cursor to the beginning of the project.")
MENUSTUFF( "Project End", "End", "Moves the cursor to the end of the project. ")
// Transport: Play Region
MENUSTUFF( "Lock", "", "Locks standard playback to the current position of the playback region, or to the current position of the Quick-Play region).")
MENUSTUFF( "Unlock", "", "Removes the Play Region Lock.")
// Transport: Transport Options
MENUSTUFF( "Opens the Sound Activation Level dialog", "", "Sets the activation level above which Sound Activated Recording will record.")
MENUSTUFF( "Sound Activated Recording (on/off)", "", "Toggles on and off the Sound Activated Recording option.")
MENUSTUFF( "Pinned Play/Record Head (on/off)", "", "You can change Audacity to play and record with a fixed head pinned to the center of the Timeline.")
MENUSTUFF( "Overdub (on/off)", "", "Toggles on and off the Overdub option.")
MENUSTUFF( "Software Playthrough (on/off)", "", "Toggles on and off the Software Playthrough option.")
// Tracks
MENUSTUFF( "Add New", "", "Adds a new track")
MENUSTUFF( "Mix", "", "Mixes down selected tracks to mono or stereo tracks")
MENUSTUFF( "Opens the Resample dialog", "", "Allows you to resample the selected track(s) to a new sample rate for use in the project")
MENUSTUFF( "Remove Tracks", "", "Removes the selected track(s) from the project. Even if only part of a track is selected, the entire track is removed.")
MENUSTUFF( "Mute/Unmute", "", "Mutes or unmutes audio tracks in the project")
MENUSTUFF( "Pan", "", "Pans left right or center audio tracks in the project")
MENUSTUFF( "Align Tracks", "", "Commands that provide an automatic way of aligning selected tracks with the cursor, the selection, or with the start of the project.")
MENUSTUFF( "Sort Tracks", "", "Sorts all tracks in the project from top to bottom in the project window, by Start Time or by Name.")
MENUSTUFF( "Sync-Lock Tracks (on/off)", "", "Ensures that length changes occurring anywhere in a defined group of tracks also take place in all audio or label tracks in that group.")
// Tracks: Add New
MENUSTUFF( "Mono Track", "Ctrl+Shift+N", "Creates a new empty mono audio track. ")
MENUSTUFF( "Stereo Track", "", "Adds an empty stero track to the project")
MENUSTUFF( "Label Track", "", "Adds an empty label track to the project")
MENUSTUFF( "Time Track", "", "Adds an empty time track to the project.  Time tracks are used to speed up and slow down audio.")
// Tracks: Mix
MENUSTUFF( "Mix Stereo down to Mono", "", "Converts the selected stereo track(s) into the same number of mono tracks, combining left and right channels equally by averaging the volume of both channels.")
MENUSTUFF( "Mix and Render", "", "Mixes down all selected tracks to a single mono or stereo track, rendering to the waveform all real-time transformations that had been applied (such as track '''''[[Glossary#gain|gain]]''''', panning, [[Envelope Tool|amplitude envelopes]] or a change in [[Selection Toolbar#rate|project rate]]).")
MENUSTUFF( "Mix and Render to New Track", "Ctrl+Shift+M", "Same as {{menu|Tracks > [[Tracks Menu#mix_and_render|Mix and Render]]}} except that the original tracks are preserved rather than being replaced by the resulting \"Mix\" track. ")
// Tracks: Mute/Unmute
MENUSTUFF( "Mute All Tracks", "Ctrl+U", "Mutes all the audio tracks in the project as if you had used the mute buttons from the Track Control Panel on each track.")
MENUSTUFF( "Unmute All Tracks", "Ctrl+Shift+U", "Unmutes all the audio tracks in the project as if you had released the mute buttons from the Track Control Panel on each track.")
// Tracks: Pan
MENUSTUFF( "Left", "", "Pan selected audio to left speaker")
MENUSTUFF( "Right", "", "Pan selected audio centrally.")
MENUSTUFF( "Center", "", "Pan selected audio to right speaker.")
// Tracks: Align Tracks
MENUSTUFF( "Align End to End", "", "Aligns the selected tracks one after the other, based on their top-to-bottom order in the project window.")
MENUSTUFF( "Align Together", "", "Align the selected tracks so that they start at the same (averaged) start time.")
MENUSTUFF( "Start to Zero", "", "Aligns the start of selected tracks with the start of the project.")
MENUSTUFF( "Start to Cursor/Selection Start", "", "Aligns the start of selected tracks with the current cursor position or with the start of the current selection.")
MENUSTUFF( "Start to Selection End", "", "Aligns the start of selected tracks with the end of the current selection.")
MENUSTUFF( "End to Cursor/Selection Start", "", "Aligns the end of selected tracks with the current cursor position or with the start of the current selection.")
MENUSTUFF( "End to Selection End", "", "Aligns the end of selected tracks with the end of the current selection.")
MENUSTUFF( "Move Selection with Tracks (on/off)", "", "Toggles on/off the selection moving with the realigned tracks, or staying put.")
// Tracks: Sort Tracks
MENUSTUFF( "by Start time", "", "Sort tracks in order of start time.")
MENUSTUFF( "by Name", "", "Sort tracks in order by name.")
// Generate
MENUSTUFF( "Opens the Add / Remove Plug-ins dialog", "", "Selecting this option from the Effect Menu (or the [[Generate Menu]] or [[Analyze Menu]]) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required.  For details see [[Manage Effects, Generators and Analyzers|Add / Remove Effects, Generators and Analyzers]].")
MENUSTUFF( "Opens the Chirp dialog", "", "Generates four different types of tone waveform like the [[#Tone...|Tone Generator]], but additionally allows setting of the starting and ending amplitude and frequency.")
MENUSTUFF( "Opens the DTMF Tones dialog", "", "Generates dual-tone multi-frequency (DTMF) tones like those produced by the keypad on telephones.")
MENUSTUFF( "Opens the Noise dialog", "", "Generates 'white', 'pink' or 'brown' noise.")
MENUSTUFF( "Opens the Silence dialog", "", "Creates audio of zero amplitude, the only configurable setting being duration.")
MENUSTUFF( "Opens the Tone dialog", "", "Generates one of four different tone waveforms: ''Sine'', ''Square'', ''Sawtooth'' or ''Square (no alias)'', and a frequency between 1 Hz and ''half the current project rate''.")
MENUSTUFF( "Opens the Pluck dialog", "", "A synthesized pluck tone with abrupt or gradual fade-out, and selectable pitch corresponding to a '''''[[Glossary#midi|MIDI]]''''' note.")
MENUSTUFF( "Opens the Rhythm Track dialog", "", "Generates a track with regularly spaced sounds at a specified tempo and number of beats per measure (bar).")
MENUSTUFF( "Opens the Risset Drum dialog", "", "Produces a realistic drum sound.")
MENUSTUFF( "Opens the Sample Data Import dialog", "", "Create audio from imported numeric data.")
// Effect
MENUSTUFF( "Invoke the Add / Remove Plug-ins effect dialog", "", "Selecting this option from the Effect Menu (or the [[Generate Menu]] or [[Analyze Menu]]) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required.  For details see [[Manage Effects, Generators and Analyzers|Add / Remove Effects, Generators and Analyzers]].")
MENUSTUFF( "Repeat Last Effect", "Ctrl+R", "Repeats the last used effect at its last used settings and without displaying any dialog.")
MENUSTUFF( "Audacity", "", "Effects built in to Audacity")
MENUSTUFF( "LADSPA", "", "\"Linux Audio Plug-in Audio\" effects")
MENUSTUFF( "Nyquist", "", "Effects created using a LISP-variant called \"Nyquist\".")
// Effect: Audacity
MENUSTUFF( "Invoke the Amplify effect dialog", "", "Increases or decreases the volume of the audio you have selected.")
MENUSTUFF( "Invoke the Auto Duck effect dialog", "", "Reduces (ducks) the volume of one or more tracks whenever the volume of a specified \"control\" track reaches a particular level. Typically used to make a music track softer whenever speech in a commentary track is heard.")
MENUSTUFF( "Invoke the Bass and Treble effect dialog", "", "Increases or decreases the lower  '''''[[Glossary#frequency|frequencies]]'''''  and higher frequencies of your audio independently; behaves just like the bass and treble controls on a stereo system.")
MENUSTUFF( "Invoke the Change Pitch effect dialog", "", "Change the pitch of a selection without changing its tempo.")
MENUSTUFF( "Invoke the Change Speed effect dialog", "", "Change the speed of a selection, also changing its pitch.")
MENUSTUFF( "Invoke the Change Tempo effect dialog", "", "Change the tempo and length (duration) of a selection without changing its pitch.")
MENUSTUFF( "Invoke the Click Removal effect dialog", "", "Click Removal is designed to remove clicks on audio tracks and is especially suited to declicking recordings made from vinyl records.")
MENUSTUFF( "Invoke the Compressor effect dialog", "", "Compresses the '''''[[Glossary#dynamic_range|dynamic range]]''''' by two alternative methods. The default \"'''''[[Glossary#rms|RMS]]'''''\" method makes the louder parts softer, but leaves the quieter audio alone. The alternative \"peaks\" method makes the entire audio louder, but amplifies the louder parts less than the quieter parts. Make-up '''''[[Glossary#gain|gain]]''''' can be applied to either method, making the result as loud as possible without '''''[[Glossary#clipping|clipping]]''''', but not changing the dynamic range further. ")
MENUSTUFF( "Invoke the Distortion effect dialog", "", "Use the Distortion effect to make the audio sound distorted. By distorting the waveform the frequency content is changed, which will often make the sound \"crunchy\" or \"abrasive\".  Technically this effect is a [https://en.wikipedia.org/wiki/Waveshaper waveshaper]. The result of waveshaping is equivalent to applying non-linear amplification to the audio waveform. Preset shaping functions are provided, each of which produces a different type of distortion. ")
MENUSTUFF( "Invoke the Echo effect dialog", "", "Repeats the selected audio again and again, normally softer each time and normally not blended into the original sound until some time after it starts. The delay time between each repeat is fixed, with no pause in between each repeat. For a more configurable echo effect with a variable delay time and pitch-changed echoes, see [[Effect Menu#Delay|Delay]]. ")
MENUSTUFF( "Invoke the Equalization effect dialog", "", "Adjusts the volume levels of particular frequencies.")
MENUSTUFF( "Fade In", "", "Applies a '''''[[Glossary#linear|linear]]''''' fade-in to the selected audio - the rapidity of the fade-in depends entirely on the length of the selection it is applied to.  For a more customizable '''''[[Glossary#log|logarithmic]]''''' fade, use the [[Envelope Tool]] on the [[Tools Toolbar]].")
MENUSTUFF( "Fade Out", "", "Applies a '''''[[Glossary#linear|linear]]''''' fade-out to the selected audio - the rapidity of the fade-out depends entirely on the length of the selection it is applied to.  For a more customizable '''''[[Glossary#log|logarithmic]]''''' fade, use the [[Envelope Tool]] on the [[Tools Toolbar]].<br>")
MENUSTUFF( "Invert", "", "This effect flips the audio samples upside-down.  This normally does not affect the sound of the audio at all.  It is occasionally useful for vocal removal.")
MENUSTUFF( "Invoke the Noise Reduction effect dialog", "", "This effect is ideal for reducing constant background noise such as fans, tape noise, or hums.  It will not work very well for removing talking or music in the background.  More details [[Noise Reduction|here]].")
MENUSTUFF( "Invoke the Normalize effect dialog", "", "Use the Normalize effect to set the maximum amplitude of a track, equalize the amplitudes of the left and right channels of a stereo track and optionally remove any [[DC offset]] from the track.")
MENUSTUFF( "Invoke the Paulstretch effect dialog", "", "Use Paulstretch only for an extreme time-stretch or \"stasis\" effect, This may be useful for synthesizer pad sounds, identifying performance glitches or just creating interesting aural textures. Use Change Tempo or Sliding Time Scale rather than Paulstretch for tasks like slowing down a song to a \"practice\" tempo. ")
MENUSTUFF( "Invoke the Phaser effect dialog", "", "The name \"Phaser\" comes from \"Phase Shifter\", because it works by combining phase-shifted signals with the original signal.  The movement of the phase-shifted signals is controlled using a Low '''''[[Glossary#frequency|Frequency]]''''' Oscillator (LFO).")
MENUSTUFF( "Repair", "", "Fix one particular short click, pop or other glitch no more than 128 samples long.")
MENUSTUFF( "Invoke the Repeat effect dialog", "", "Repeats the selection the specified number of times.")
MENUSTUFF( "Invoke the Reverb effect dialog", "", "A configurable stereo reverberation effect with built-in and user-added presets. It can be used to add ambience (an impression of the space in which a sound occurs) to a mono sound. Also use it to increase reverberation in stereo audio that sounds too \"dry\" or \"close\". ")
MENUSTUFF( "Reverse", "", "Reverses the selected audio; after the effect the end of the audio will be heard first and the beginning last.")
MENUSTUFF( "Invoke the Sliding Time Scale/Pitch Shift effect dialog", "", "This effect allows you to make a continuous change to the tempo and/or pitch of a selection by choosing initial and/or final change values.")
MENUSTUFF( "Invoke the Truncate Silence effect dialog", "", "Automatically try to find and eliminate audible silences. Don't use with faded audio.")
MENUSTUFF( "Invoke the Wahwah effect dialog", "", "Rapid tone quality variations, like that guitar sound so popular in the 1970's.")
// Effect: LADSPA
MENUSTUFF( "Invoke the SC4 effect dialog", "", "This effect is a stereo compressor with a variable envelope follower for RMS (average) / peak behavior.")
// Effect: Nyquist
MENUSTUFF( "Invoke the Adjustable Fade effect dialog", "", "enables you to control the shape of the fade (non-linear fading) to be applied by adjusting various parameters; allows partial ''(that is not from or to zero)'' fades up or down.")
MENUSTUFF( "Invoke the Clip Fix effect dialog", "", "Clip Fix attempts to reconstruct clipped regions by interpolating the lost signal.")
MENUSTUFF( "Crossfade Clips", "", "Use Crossfade Clips to apply a simple crossfade to a selected pair of clips in a single audio track. ")
MENUSTUFF( "Invoke the Crossfade Tracks effect dialog", "", "Use Crossfade Tracks to make a smooth transition between two overlapping tracks one above the other. Place the track to be faded out above the track to be faded in then select the overlapping region in both tracks and apply the effect.")
MENUSTUFF( "Invoke the Delay effect dialog", "", "A configurable delay effect with variable delay time and pitch shifting of the delays.")
MENUSTUFF( "Invoke the High Pass Filter effect dialog", "", "Passes frequencies above its cutoff frequency and attenuates frequencies below its cutoff frequency.")
MENUSTUFF( "Invoke the Limiter effect dialog", "", "Limiter passes signals below a specified input level unaffected or gently reduced, while preventing the peaks of stronger signals from exceeding this threshold.  Mastering engineers often use this type of dynamic range compression combined with make-up gain to increase the perceived loudness of an audio recording during the audio mastering process.")
MENUSTUFF( "Invoke the Low Pass Filter effect dialog", "", "Passes frequencies below its cutoff frequency and attenuates frequencies above its cutoff frequency.")
MENUSTUFF( "Invoke the Notch Filter effect dialog", "", "Greatly attenuate (\"notch out\") a narrow frequency band. This is a good way to remove mains hum or a whistle confined to a specific frequency with minimal damage to the remainder of the audio.  ")
MENUSTUFF( "Invoke the Nyquist Prompt effect dialog", "", "Brings up a dialog where you can enter Nyquist commands. Nyquist is a programming language for generating, processing and analyzing audio. For more information see [http://wiki.audacityteam.org/wiki/Nyquist_Plugins_Reference Nyquist Plug-ins Reference].")
MENUSTUFF( "Spectral edit multi tool", "", "When the selected track is in [[Audio_Track_Dropdown_Menu#spgram|spectrogram]] or [[Audio_Track_Dropdown_Menu#spgram_log|spectrogram log(f)]] view, applies a  '''''[[Glossary#notch|notch filter]]''''', '''''[[Glossary#hp|high pass filter]]''''' or '''''[[Glossary#lp|low pass filter]]''''' according to the spectral selection made. This effect can also be used to change the audio quality as an alternative to using [[Equalization]]. ")
MENUSTUFF( "Invoke the Spectral edit parametric EQ effect dialog", "", "When the selected track is in [[Audio_Track_Dropdown_Menu#spgram|spectrogram]] or [[Audio_Track_Dropdown_Menu#spgram_log|spectrogram log(f)]] view and the spectral selection has a center frequency and an upper and lower boundary, performs the specified '''''[[Glossary#band_stop|band cut]]''''' or '''''[[Glossary#band_pass|band boost]]'''''. This can be used as an alternative to [[Equalization]] or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes.")
MENUSTUFF( "Invoke the Spectral edit shelves effect dialog", "", "When the selected track is in [[Audio_Track_Dropdown_Menu#spgram|spectrogram]] or [[Audio_Track_Dropdown_Menu#spgram_log|spectrogram log(f)]] view, applies either a low- or high-frequency shelving filter or both filters, according to the spectral selection made. This can be used as an alternative to [[Equalization]] or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes.")
MENUSTUFF( "Studio Fade Out", "", "Applies a more musical fade out to the selected audio, giving a more pleasing sounding result.")
MENUSTUFF( "Invoke the Tremolo effect dialog", "", "Modulates the volume of the selection at the depth and rate selected in the dialog. The same as the tremolo effect familiar to guitar and keyboard players.")
MENUSTUFF( "Invoke the Vocal Reduction and Isolation effect dialog", "", "Attempts to remove or isolate center-panned audio from a stereo track.  Most  \"Remove\" options in this effect preserve the stereo image. ")
MENUSTUFF( "Invoke the Vocal Remover effect dialog", "", "(Legacy effect) Attempts to remove center-panned vocals from a stereo track. The output from this effect will always be mono. Help text is available from within the dialog.")
MENUSTUFF( "Invoke the Vocoder effect dialog", "", "Synthesizes audio (usually a voice) in the left channel of a stereo track with a ''carrier wave'' (typically white noise) in the right channel to produce a modified version of the left channel. Vocoding a normal voice with white noise will produce a robot-like voice for special effects.")
// Analyze
MENUSTUFF( "Opens the Add / Remove Plug-ins dialog", "", "Selecting this option from the Effect Menu (or the [[Generate Menu]] or [[Analyze Menu]]) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required.  For details see [[Manage Effects, Generators and Analyzers|Add / Remove Effects, Generators and Analyzers]].")
MENUSTUFF( "Opens the Contrast dialog", "Ctrl+Shift+T", "Analyzes a single mono or stereo speech track to determine the average '''''[[Glossary#rms|RMS]]''''' ''difference in volume'' (contrast) between foreground speech and background music, audience noise or similar. The purpose is to determine if the speech will be intelligible to the hard of hearing.")
MENUSTUFF( "Opens the Plot Spectrum dialog", "", "Takes the selected audio (which is a set of sound pressure values at points in time) and converts it to a graph of frequencies against '''''[[Glossary#amplitude|amplitudes]]'''''.")
MENUSTUFF( "Opens the Find Clipping dialog", "", "Displays runs of '''''[[Glossary#clipping|clipped]]''''' samples in a [[Label Tracks|Label Track]], as a screen-reader accessible alternative to <span class=\"menu\">[[View Menu|View]] > [[View Menu#Show Clipping|Show Clipping]]</span>. A run must include at least one clipped sample, but may include unclipped samples too. ")
MENUSTUFF( "Opens the Beat Finder dialog", "", "Attempts to place [[Label Tracks|labels]] at beats which are much louder than the surrounding audio. It's a fairly rough and ready tool, and will not necessarily work well on a typical modern pop music track with compressed '''''[[Glossary#dynamic_range|dynamic range]]'''''. If you do not get enough beats detected, try reducing the \"Threshold Percentage\" setting.")
MENUSTUFF( "Opens the Regular Interval Labels dialog", "", "Places [[Label Tracks|labels]] in a long track so as to divide it into smaller, equally sized  segments.")
MENUSTUFF( "Opens the Sample Data Export dialog", "", "Reads the values of successive samples from the selected audio and prints this data to a plain text, CSV or HTML file. Further information may be added as a \"header\" at the top of the file.")
MENUSTUFF( "Opens the Silence Finder dialog", "", "Divides up a track by placing point [[Label Tracks|labels]] inside areas of silence. ")
MENUSTUFF( "Opens the Sound Finder dialog", "", "Divides up a track by placing region [[Label Tracks|labels]] for areas of sound that are separated by silence.")
// Help
MENUSTUFF( "Quick Help", "", "A brief version of help with some of the most essential information.")
MENUSTUFF( "Manual", "", "Opens the manual in the default browser.")
MENUSTUFF( "Tools", "", "Takes you to Screenshot tools and Benchmarking")
MENUSTUFF( "Diagnostics", "", "A set of diagnostic tools")
MENUSTUFF( "Opens the Check for Updates dialog", "", "Checks online to see if this is the latest version of Audacity.")
MENUSTUFF( "Opens the About Audacity dialog", "", "Brings a dialog with information about Audacity, such as who wrote it, what features are enabled and the GNU GPL v2 license.")
// Help: Tools
MENUSTUFF( "Opens the Screenshot Tools dialog", "", "A tool, mainly used in documentation, to capture screenshots of Audacity.")
MENUSTUFF( "Opens the Run Benchmark dialog", "", "A tool for measuring the performance of one part of Audacity.")
// Help: Diagnostics
MENUSTUFF( "Opens the Audio Device Info dialog", "", "Shows technical information about your detected audio device(s).")
MENUSTUFF( "Opens the Show Log dialog", "", "Launches the \"Audacity Log\" window, the log is largely a debugging aid, having timestamps for each entry")
MENUSTUFF( "Opens the Generate Support Data dialog", "", "Selecting this will generate a Debug report which could be useful in aiding the developers to identify bugs in Audacity or in third-party plug-ins")
MENUSTUFF( "Opens the Check Dependencies dialog", "", "Lists any WAV or AIFF audio files that your project depends on, and allows you to copy these files into the project")
// Ext-Bar
MENUSTUFF( "Transport", "", "Extended commands related to play and record")
MENUSTUFF( "Tools", "", "Extended commands to select the tool, e.g. time-shift, envelopes, multi-tool.")
MENUSTUFF( "Edit", "", "Extended commands related to editing")
MENUSTUFF( "Device", "", "Extended commands related to selecting a device")
MENUSTUFF( "Mixer", "", "Extended commands related to volume")
MENUSTUFF( "Transcription", "", "Extended commands related ot play at speed")
MENUSTUFF( "Scrub", "", "Extended commands related to scrubbing")
MENUSTUFF( "Selection", "", "Extended commands related to selecting.")
// Ext-Bar: Transport
MENUSTUFF( "Play", "", "Play (or stop) audio")
MENUSTUFF( "Stop", "", "Stop audio")
MENUSTUFF( "Play One Second", "1", "Plays 1 second of audio at the current mouse position")
MENUSTUFF( "Play To Selection", "B", "Plays from current mouse position to selection")
MENUSTUFF( "Play Before Selection Start", "Shift+F5", "Plays some audio just before the selection")
MENUSTUFF( "Play After Selection Start", "Shift+F6", "Plays some audio at the start of the selection")
MENUSTUFF( "Play Before Selection End", "Shift+F7", "Plays some audio at the end of the selection")
MENUSTUFF( "Play After Selection End", "Shift+F8", "Plays some audio just after the selection")
MENUSTUFF( "Play Before and After Selection Start", "Ctrl+Shift+F5", "Plays some audio including the selection start point")
MENUSTUFF( "Play Before and After Selection End", "Ctrl+Shift+F7", "Plays some audio including the selection end point")
MENUSTUFF( "Play Cut Preview", "C", "Plays audio excluding the selection")
// Ext-Bar: Tools
MENUSTUFF( "Selection Tool", "F1", "Chooses Selection tool.")
MENUSTUFF( "Envelope Tool", "F2", "Chooses Envelope tool.")
MENUSTUFF( "Draw Tool", "F3", "Chooses Draw tool.")
MENUSTUFF( "Zoom Tool", "F4", "Chooses Zoom tool.")
MENUSTUFF( "Time Shift Tool", "F5", "Chooses Time Shift tool.")
MENUSTUFF( "Multi Tool", "F6", "Chooses the Mulit-Tool")
MENUSTUFF( "Next Tool", "D", "Cycles forwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Envelope to Draw to Zoom to Time Shift to Multi-tool to Selection.")
MENUSTUFF( "Previous Tool", "A", "Cycles backwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Multi-tool to Time Shift to Zoom to Draw to Envelope to Selection.")
// Ext-Bar: Edit
MENUSTUFF( "DeleteKey", "Backspace", "Deletes something")
MENUSTUFF( "DeleteKey2", "Delete", "Deletes something")
// Ext-Bar: Device
MENUSTUFF( "Change recording device", "Shift+I", "Displays the Select recording Device dialog for choosing the recording device, but only if the \"Recording Device\" dropdown menu in Device Toolbar has entries for devices. Otherwise, an recording error message will be displayed.")
MENUSTUFF( "Change playback device", "Shift+O", "Displays the Select Playback Device dialog for choosing the playback device, but only if the \"Playback Device\" dropdown menu in Device Toolbar has entries for devices. Otherwise, an error message will be displayed. ")
MENUSTUFF( "Change audio host", "Shift+H", "Displays the Select Audio Host dialog for choosing the particular interface with which Audacity communicates with your chosen playback and recording devices.  ")
MENUSTUFF( "Change recording channels", "Shift+N", "Displays the Select Recording Channels dialog for choosing the number of channels to be recorded by the chosen recording device.")
// Ext-Bar: Mixer
MENUSTUFF( "Adjust playback volume", "", "Displays the Playback Volume dialog. You can type a new value for the playback volume (between 0 and 1), or press {{kbrd|Tab}}, then use the left and right arrow keys to adjust the slider.")
MENUSTUFF( "Increase playback volume", "", "Each key press will increase the playback volume by 0.1.")
MENUSTUFF( "Decrease playback volume", "", "Each key press will decrease the playback volume by 0.1.")
MENUSTUFF( "Adjust recording volume", "", "Displays the Recording Volume dialog. You can type a new value for the recording volume (between 0 and 1), or press {{kbrd|Tab}}, then use the left and right arrow keys to adjust the slider.")
MENUSTUFF( "Increase recording volume", "", "Each key press will increase the recording volume by 0.1.")
MENUSTUFF( "Decrease recording volume", "", "Each key press will decrease the recording volume by 0.1.")
// Ext-Bar: Transcription
MENUSTUFF( "Play-at-Speed", "", "Play audio at a faster or slower speed")
MENUSTUFF( "Loop Play-at-Speed", "", "Combines looped play and play at speed")
MENUSTUFF( "Play Cut Preview-at-Speed", "", "Combines cut preview and play at speed")
MENUSTUFF( "Adjust playback speed", "", "Displays the Playback Speed dialog. You can type a new value for the playback volume (between 0 and 1), or press {{kbrd|Tab}}, then use the left and right arrow keys to adjust the slider.")
MENUSTUFF( "Increase playback speed", "", "Each key press will increase the playback speed by 0.1.")
MENUSTUFF( "Decrease playback speed", "", "Each key press will decrease the playback speed by 0.1.")
MENUSTUFF( "Move to Next Label", "Alt+Right", "Moves selection to the next label")
MENUSTUFF( "Move to Previous Label", "Alt+Left", "Moves selection to the previous label")
// Ext-Bar: Scrub
MENUSTUFF( "Short seek left during playback", "Left", "Moves play head left a little")
MENUSTUFF( "Short seek right during playback", "Right", "Moves play head right a little")
MENUSTUFF( "Long seek left during playback", "Shift+Left", "Moves play head right more")
MENUSTUFF( "Long Seek right during playback", "Shift+Right", "Moves play head left more")
// Ext-Bar: Selection
MENUSTUFF( "Snap To Off", "", "Equivalent to setting the Snap To control in Selection Toolbar to \"Off\".")
MENUSTUFF( "Snap To Nearest", "", "Equivalent to setting the Snap To control in Selection Toolbar to \"Nearest\".")
MENUSTUFF( "Snap To Prior", "", "Equivalent to setting the Snap To control in Selection Toolbar to \"Prior\".")
MENUSTUFF( "Selection to Start", "Shift+Home", "Select from cursor to start of track")
MENUSTUFF( "Selection to End", "Shift+End", "Select from cursor to end of track")
MENUSTUFF( "Selection Extend Left", "Shift+Left", "Extend selection left a little")
MENUSTUFF( "Selection Extend Right", "Shift+Right", "Extend selection right a litlle")
MENUSTUFF( "Set (or Extend) Left Selection", "", "Extend selection left a little (is this a duplicate?)")
MENUSTUFF( "Set (or Extend) Right Selection", "", "Extend selection right a litlle (is this a duplicate?)")
MENUSTUFF( "Selection Contract Left", "Ctrl+Shift+Right", "Selection end left a little")
MENUSTUFF( "Selection Contract Right", "Ctrl+Shift+Left", "Selection start right a little")
// Ext-Command
MENUSTUFF( "Focus", "", "Extended commands to set focus, usually focus on one track")
MENUSTUFF( "Cursor", "", "Extended commands to move the curosr")
MENUSTUFF( "Track", "", "Extended commands to operate on a track that has focus")
MENUSTUFF( "Full screen (on/off)", "F11", "Toggle full screen mode with no title bar")
// Ext-Command: Focus
MENUSTUFF( "Move backward from toolbars to tracks", "Ctrl+Shift+F6", "Move backward through currently focused toolbar in [[Toolbars Overview#upper_tooldock|Upper Toolbar dock area]], Track View and currently focused toolbar in [[Toolbars Overview#lower_tooldock|Lower Toolbar dock area]].  Each use moves the keyboard focus as indicated. ")
MENUSTUFF( "Move forward from toolbars to tracks", "Ctrl+F6", "Move forward through currently focused toolbar in [[Toolbars Overview#upper_tooldock|Upper Toolbar dock area]], Track View and currently focused toolbar in [[Toolbars Overview#lower_tooldock|Lower Toolbar dock area]].  Each use moves the keyboard focus as indicated. ")
MENUSTUFF( "Move Focus to Previous Track", "Up", "Focus one track up")
MENUSTUFF( "Move Focus to Next Track", "Down", "Focus one track down")
MENUSTUFF( "Move Focus to First Track", "Ctrl+Home", "Focus on first track")
MENUSTUFF( "Move Focus to Last Track", "Ctrl+End", "Focus on last track")
MENUSTUFF( "Move Focus to Previous and Select", "Shift+Up", "Focus one track up and select it")
MENUSTUFF( "Move Focus to Next and Select", "Shift+Down", "Focus one track down and select it")
MENUSTUFF( "Toggle Focused Track", "Return", "Toggle focus on current track")
MENUSTUFF( "Toggle Focused Track", "NUMPAD_ENTER", "Toggle focus on current track")
// Ext-Command: Cursor
MENUSTUFF( "Cursor Left", "Left", "Move cursor left a little")
MENUSTUFF( "Cursor Right", "Right", "Move cursor right a little")
MENUSTUFF( "Cursor Short Jump Left", ",", "Move cursor left somewhat")
MENUSTUFF( "Cursor Short Jump Right", ".", "Move cursor right somewhat")
MENUSTUFF( "Cursor Long Jump Left", "Shift+,", "Move cursor left more")
MENUSTUFF( "Cursor Long Jump Right", "Shift+.", "Move cursor right more")
MENUSTUFF( "Clip Left", "", "Move whole clip left a little")
MENUSTUFF( "Clip Right", "", "Move whole clip right a little")
// Ext-Command: Track
MENUSTUFF( "Change pan on focused track", "Shift+P", "Brings up the Pan dialog for the focused track where you can enter a pan value, or use the slider for finer control of panning than is available when using the track pan slider.")
MENUSTUFF( "Pan left on focused track", "Alt+Shift+Left", "Controls the pan slider on the focused track. Each keypress changes the pan value by 10% left.")
MENUSTUFF( "Pan right on focused track", "Alt+Shift+Right", "Controls the pan slider on the focused track. Each keypress changes the pan value by 10% right.")
MENUSTUFF( "Change gain on focused track", "Shift+G", "Brings up the Gain dialog for the focused track where you can enter a gain value, or use the slider for finer control of gain than is available when using the track pan slider.")
MENUSTUFF( "Increase gain on focused track", "Alt+Shift+Up", "Controls the gain slider on the focused track. Each keypress increases the gain value by 1 dB.")
MENUSTUFF( "Decrease gain on focused track", "Alt+Shift+Down", "Controls the gain slider on the focused track. Each keypress decreases the gain value by 1 dB.")
MENUSTUFF( "Open menu on focused track", "Shift+M", "Opens the [[Audio Track Dropdown Menu]] on the focused [[Audio Tracks|audio track]] or [[Tracks|other track type]]. In the audio track dropdown, use {{kbrd|Up}}, and {{kbrd|Down}}, arrow keys to navigate the menu and {{kbrd|Enter}}, to select a menu item. Use {{kbrd|Right}}, arrow to open the \"Set Sample Format\" and \"Set Rate\" choices or {{kbrd|Left}}, arrow to leave those choices. ")
MENUSTUFF( "Mute/Unmute focused track", "Shift+U", "Toggles the Mute button on the focused track.")
MENUSTUFF( "Solo/Unsolo focused track", "Shift+S", "Toggles the Solo button on the focused track.")
MENUSTUFF( "Close focused track", "Shift+C", "Close (delete) the focused track")
MENUSTUFF( "Move focused track up", "", "Moves the focused track up by one track and moves the focus there.")
MENUSTUFF( "Move focused track down", "", "Moves the focused track down by one track and moves the focus there.")
MENUSTUFF( "Move focused track to top", "", "Moves the focused track up to the top of the track table and moves the focus there.")
MENUSTUFF( "Move focused track to bottom", "", "Moves the focused track down to the bottom of the track table and moves the focus there.")