Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update navigation_tips.html #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manual/man/navigation_tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ <h3><span class="mw-headline" id="Changing_playback_position">Changing playback
</p>
<ul><li> moving the cursor with the <span class="kbrd" style="background-color: #d0d0f8">Left</span> arrow or <span class="kbrd" style="background-color: #d0d0f8">Right</span> arrow keys on your keyboard</li>
<li> (quicker) by clicking in the track at the desired point with your mouse</li>
<li><span class="kbrd" style="background-color: #d0d0f8">Home</span> key or <span class="button">&lt;&lt;</span> button to left of the Play button skips to the start of the project</li>
<li><span class="kbrd" style="background-color: #d0d0f8">End</span> key or <span class="button">&gt;&gt;</span> button to right of the Stop button skips to the end of the project. </li></ul>
<li><span class="kbrd" style="background-color: #d0d0f8">Home</span> key or <span class="button">&lt;&lt;</span> button to the left of the Play button skips to the start of the project</li>
<li><span class="kbrd" style="background-color: #d0d0f8">End</span> key or <span class="button">&gt;&gt;</span> button to the right of the Stop button skips to the end of the project. </li></ul>
<p>To start playback from the new point, press <span class="kbrd" style="background-color: #d0d0f8">Space</span> once. If you are already playing the track at another position, press <span class="kbrd" style="background-color: #d0d0f8">S</span> twice and playback will resume from your newly chosen cursor position.
</p>
<h4><span class="mw-headline" id="Shortcuts_to_change_the_ongoing_playback_position">Shortcuts to change the ongoing playback position</span></h4>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2><span class="mw-headline" id="Finding_the_audio_you_want_to_edit">Finding th
<ul><li> <b>"Cut Preview" shortcut:</b> Press <span class="kbrd" style="background-color: #d0d0f8">C</span> to hear the audio just before and after a selection region so as to preview how it would sound if you cut that region out. You can change the length of the audio preview before and after the cut on the <a href="playback_preferences.html" title="Playback Preferences">Playback</a> tab of Audacity Preferences. </li></ul>
<ul><li> <b>"Play To Selection" shortcut:</b> Press <span class="kbrd" style="background-color: #d0d0f8">B</span> to listen to part of the selection region, or to the audio before or after the selection. This helps you ensure the selection is exactly where you want it.
<ul><li> Move the mouse pointer somewhere inside the left half of the selection, and this shortcut will play from the start of the selection to the pointer. Move the pointer somewhere inside the right half of the selection, and this shortcut will play from the pointer to the end of the selection.</li>
<li> Move the pointer to left of the selection and this shortcut will play from the pointer to the start of the selection. Move the pointer after the end of the selection and this shortcut will play from the end of the selection to the pointer. </li></ul></li></ul>
<li> Move the pointer to the left of the selection and this shortcut will play from the pointer to the start of the selection. Move the pointer after the end of the selection and this shortcut will play from the end of the selection to the pointer. </li></ul></li></ul>
<ul style="list-style-image: none; list-style-type: none">If you like the selection region you heard, you can then use <span class="kbrd" style="background-color: #d0d0f8">Ctrl + Shift</span> with the appropriate <span class="kbrd" style="background-color: #d0d0f8">Left</span> or <span class="kbrd" style="background-color: #d0d0f8">Right</span> key to contract the selection to the area you played with the <span class="kbrd" style="background-color: #d0d0f8">B</span> shortcut.
If you need to expand the selection before using <span class="kbrd" style="background-color: #d0d0f8">B</span>, you can use <span class="kbrd" style="background-color: #d0d0f8">Shift + Left</span> or <span class="kbrd" style="background-color: #d0d0f8">Shift + Right</span>.</ul>
<ul><li> <b>Play-at-Speed Toolbar:</b> </li></ul>
Expand Down