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 menusHelp menuExtra 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 related to Timeline display formattingExtra 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, for example via a Python script that uses mod-script-pipeLike Scriptables I, but these commands are less commonly used from the menuToggle full screen mode with no title barExtra-CursorMenu.png

Cursor Left  Left

When not playing audio, moves the editing cursor one screen pixel to left. When a Snap 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 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.