Extra Menu: Cursor

From Audacity Development Manual
Jump to: navigation, search
The Extra > Cursor menu provides commands for moving either the editing cursor, playback cursor or an audio track or clip.
The Extra menu provides access to additional Commands that are not available in the normal default Audacity menusThe Help Menu lets you find out more about the Audacity application and how to use it.  It also includes some diagnostic tools.Extra commands related to play and recordExtra commands to select the toolExtra commands related to volumeExtra commands related to editingExtra commands related to play at speedExtra commands related to seekingExtra commands related to selecting a deviceExtra commands related to selectingExtra commands to set focus, usually focus on one trackExtra commands to move the cursorExtra commands to operate on a track that has focusThese commands were originally written for scripting Audacity, e.g via a Python script that uses mod-script-pipeLike Scriptables I, but these ones are less commonly used from the menuToggle full screen mode with no title barWhen not playing audio, moves the editing cursor one screen pixel to leftWhen not playing audio, moves the editing cursor one screen pixel to rightWhen not playing audio, moves the editing cursor one second left by defaultWhen not playing audio, moves the editing cursor one second right by defaultWhen not playing audio, moves the editing cursor 15 seconds left by defaultWhen not playing audio, moves the editing cursor 15 seconds right by defaultThe MenusExtra-CursorMenu.png
Click for details
Click on the image to learn more


 


Cursor Left  Left

When not playing audio, moves the editing cursor one screen pixel to left. When a Snap-To option is chosen, moves the cursor to the preceding unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks.

When there is a selection, moves the cursor to the beginning of the selection, removes the selection, and scrolls the track to display the cursor (if needed).

When playing audio, moves the playback cursor as described at "Cursor Short Jump Left" (below).

Cursor Right  Right

When not playing audio, moves the editing cursor one screen pixel to right. When a Snap-To option is chosen, moves the cursor to the following unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks.

When there is a selection, moves the cursor to the end of the selection, removes the selection, and scrolls the track to display the cursor (if needed).

When playing audio, moves the playback cursor as described at "Cursor Short Jump Right" (below).

Cursor Short Jump Left  ,

When not playing audio, moves the editing cursor one second left by default. When playing audio, moves the playback cursor one second left by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences.

Cursor Short Jump Right  .

When not playing audio, moves the editing cursor one second right by default. When playing audio, moves the playback cursor one second right by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences.

Cursor Long Jump Left  Shift + , 

When not playing audio, moves the editing cursor 15 seconds left by default. When playing audio, moves the playback cursor 15 seconds left by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences.

Cursor Long Jump Right  Shift + . 

When not playing audio, moves the editing cursor 15 seconds right by default. When playing audio, moves the playback cursor 15 seconds right by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences.

When not playing audio and there is a selection region, all the above "Cursor" commands remove the region and place the editing cursor at the left or right boundary respectively of the former selection.