[rhythmbox/mallard-help: 40/55] Reworking shortcuts. Culled music store stubs. Added import errors page.



commit 5c435319c2fcd0fac08d7bd6be9cf79356924fa6
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Jul 15 13:16:06 2012 -0500

    Reworking shortcuts. Culled music store stubs. Added import errors page.

 help/C/_amazon.page       |   83 ----------------
 help/C/_emusic.page       |   14 ---
 help/C/import-errors.page |   17 +++
 help/C/intro.page         |    2 +-
 help/C/shortcut-keys.page |  235 ++++++++++++++++++++++++++++++++++++++++++++
 help/C/shortcuts.page     |  237 ---------------------------------------------
 6 files changed, 253 insertions(+), 335 deletions(-)
---
diff --git a/help/C/import-errors.page b/help/C/import-errors.page
new file mode 100644
index 0000000..492a47f
--- /dev/null
+++ b/help/C/import-errors.page
@@ -0,0 +1,17 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="problem"
+      id="import-errors">
+
+<info>
+  <link type="guide" xref="index#rb-music"/>
+  <desc>Correct problems that prevent your music from being imported.</desc>
+  <revision pkgversion="3.6" version="0.1" date="2012-05-07" status="stub"/>
+  <credit type="author">
+    <name>Jim Campbell</name>
+    <email>jwcampbell gmail com</email>
+  </credit>
+</info>
+
+<title>Fix import errors</title>
+
+</page>
diff --git a/help/C/intro.page b/help/C/intro.page
index 308633c..a8b07dd 100644
--- a/help/C/intro.page
+++ b/help/C/intro.page
@@ -29,7 +29,7 @@
   </p>
   <p>
     With <app>Rhythmbox</app> you can buy music from online music stores,
-    copy music from a CD and burn music to a CD, and listen
+    copy music from a CD, burn music to a CD, and listen
     to Internet radio stations and podcasts.
   </p>
   <p>
diff --git a/help/C/shortcut-keys.page b/help/C/shortcut-keys.page
new file mode 100644
index 0000000..5c8eff9
--- /dev/null
+++ b/help/C/shortcut-keys.page
@@ -0,0 +1,235 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:ui="http://projectmallard.org/experimental/ui/";
+      type="guide" style="tip"
+      id="gedit-shortcut-keys">
+
+  <info>
+    <link type="guide" xref="index#rb-advanced-actions"/>
+    <desc>Master all control of <app>Rhythmbox</app> with the keyboard.</desc>
+    <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+    <credit type="author">
+      <name>Milo Casagrande</name>
+      <email>milo ubuntu com</email>
+    </credit>
+  </info>
+
+  <title>Shortcut keys</title>
+
+  <p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than 
+  with the mouse and menus. The following tables list all of <app>Rhythmbox's
+  </app> shortcut keys.</p>
+
+    <!-- For the sake of appearance, I have not used the <keyseq> feature to 
+    display key sequences in the tables. -->
+
+    <table rules="rows" frame="top bottom" ui:expanded="yes">
+    <title>Shortcuts for playing music</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Play or pause music</p></td> <td><p>Ctrl + Space</p></td>  
+        </tr>
+        <tr>
+          <td><p>Jump to the previous track / Back to the beginning of the track
+          </p></td>  <td><p>Alt + Left</p></td>
+        </tr>
+        <tr>
+          <td><p>Jump to the previous track</p></td>  <td><p>Alt + Right</p>
+          </td>
+        </tr>
+        <tr>
+          <td><p>Enable / Disable repeat play</p></td>  <td><p>Ctrl + R</p></td>
+        </tr>
+        <tr>
+          <td><p>Enable / Disable shuffle play</p></td>  <td><p>Ctrl + U</p>
+          </td>  
+        </tr>
+        <tr>
+          <td><p>Increase the volume</p></td>  <td><p>Ctrl + Up Arrow</p>
+          </td>  
+        </tr>
+        <tr>
+          <td><p>Decrease the volume</p></td>  <td><p>Ctrl + Down Arrow</p>
+          </td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom"  ui:expanded="no">
+    <title>Shortcuts for the music library</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Jump to playing song in the Music Library</p></td>  <td><p>
+          Ctrl + J</p></td>
+        </tr>
+        <tr>
+          <td><p>Clear the search field text and remove all filters in the 
+            browser</p></td>  <td><p>Ctrl + Y</p></td>  
+        </tr>
+        <tr>
+          <td><p>Display the track properties</p></td>  <td><p>Alt + Enter</p>
+          </td>  
+        </tr>
+        <tr>
+          <td><p>Add a new folder to the library</p></td>  <td><p>Ctrl + O</p>
+          </td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom"  ui:expanded="no">
+    <title>Shortcuts for playlists, podcasts, and radio stations</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Create a new playlist</p></td>  <td><p>Ctrl + N</p></td>  
+        </tr>
+        <tr>
+          <td><p>Add a new podcast feed</p></td>  <td><p>Ctrl + P</p></td>  
+        </tr>
+        <tr>
+          <td><p>Add a new internet radio station</p></td>  <td><p>Ctrl + I</p>
+          </td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <title>Application window shortcuts</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Close the <app>Rhythmbox</app> window</p></td>  <td><p>Ctrl + W
+          </p></td>  
+        </tr>
+        <tr>
+          <td><p>Quit <app>Rhythmbox</app></p></td>  <td><p>Ctrl + Q</p></td>  
+        </tr>
+        <tr>
+          <td><p>Show / hide the music browser</p></td>  <td><p>Ctrl + B</p>
+          </td>  
+        </tr>
+        <tr>
+          <td><p>Enable / disable party mode</p></td>  <td><p>F11</p></td>  
+        </tr>
+        <tr>
+          <td><p>Show / Hide the queue sidebar</p></td>  <td><p>Ctrl + K
+          </p></td>  
+        </tr>
+        <tr>
+          <td><p>Show / Hide the side pane</p></td>  <td><p>F9</p></td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <title>Shortcut keys for showing and hiding panes</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Show / hide the side pane</p></td>  <td><p>F9</p></td>  
+        </tr>
+        <tr>
+          <td><p>Show / hide the bottom pane.</p></td>  <td><p>Ctrl + F9</p>
+          </td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <title>Shortcut keys for searching</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Find a string</p></td>  <td><p>Ctrl + F</p></td>  
+        </tr>
+        <tr>
+          <td><p>Find the next instance of the string</p></td>  <td><p>Ctrl + G
+          </p></td>  
+        </tr>
+        <tr>
+          <td><p>Find the previous instance of the string</p></td>  <td><p>Ctrl 
+          + Shift + G</p></td>  
+        </tr>
+        <tr>
+          <td><p>Search and Replace</p></td>  <td><p>Ctrl + H</p></td>  
+        </tr>
+        <tr>
+          <td><p>Clear highlight</p></td>  <td><p>Ctrl + Shift + K</p></td>  
+        </tr>
+        <tr>
+          <td><p>Goto line</p></td>  <td><p>Ctrl + I</p></td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <title>Shortcut keys for tools</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Check spelling</p></td>  <td><p>Shift + F7</p></td>  
+        </tr>
+        <tr>
+          <td><p>Remove trailing spaces (with plugin)</p></td>  <td><p>Alt + F12
+          </p></td>  
+        </tr>
+        <tr>
+          <td><p>Run "make" in the current directory (with plugin)</p></td>  
+          <td><p>F8</p></td>  
+        </tr>
+        <tr>
+          <td><p>Directory listing (with plugin)</p></td>  <td><p>Ctrl + Shift 
+          + D</p></td>  
+        </tr>
+      </tbody>
+    </table>
+
+    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <title>Shortcut keys for user help</title>
+      <thead>
+        <tr>
+          <td><p>To Do This</p></td>  <td><p>Press This</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Open the gedit user guide</p></td>  <td><p>F1</p></td>  
+        </tr>
+      </tbody>
+    </table>
+
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]