[eog] help/C,mallard: keyboardshortcuts/commanline done.



commit 17270f706318a2a7376ea9da542cb8325efc5f9b
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Mon Apr 18 03:36:47 2011 -0400

    help/C,mallard: keyboardshortcuts/commanline done.

 help/C/commandline.page        |   48 +++++++--
 help/C/desktop-background.page |   14 ++-
 help/C/formats-save.page       |    3 +-
 help/C/keyboard-shortcuts.page |   29 -----
 help/C/shortcuts.page          |  240 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 292 insertions(+), 42 deletions(-)
---
diff --git a/help/C/commandline.page b/help/C/commandline.page
index 26e7937..f39ed11 100644
--- a/help/C/commandline.page
+++ b/help/C/commandline.page
@@ -4,13 +4,13 @@
 
   <info>
     <link type="guide" xref="index#advanced"/>
-    <desc></desc>
+    <title type="sort">Command Line</title>
+    <desc>The <cmd>eog</cmd> command can open any number of images in various modes.</desc>
 
-    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
-status="draft"/>
+    <revision pkgversion="3.2" version="0.1" date="2011-04-18" status="review"/>
     <credit type="author">
-      <name>Tiffany Antopolski</name>
-      <email>tiffany antopolski com</email>
+    <name>Tiffany Antopolski</name>
+    <email>tiffany antopolski com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
@@ -18,9 +18,39 @@ status="draft"/>
 
   </info>
 
-<title>Commandline</title>
-
-<p></p>
-</page>
+<title>The Command Line</title>
 
+<p>
+To start the <app>Eye of Gnome Image Viewer</app> from the
+<app>Terminal</app>, type
+<cmd>eog</cmd>.</p>
+<p>
+You can open a specific file by typing the filename after the <cmd>eog</cmd> command:
+</p>
+<screen>eog image.jpeg</screen>
+<p>
+You can open multiple images by typing the filenames after the
+<cmd>eog</cmd> command, separating the filenames by a space:
+</p>
+<screen>eog image1.jpeg image2.jpeg</screen>
 
+<p>To see all the images opened in the instance, you may wish to <link 
+xref="view#image-gallery">browse
+the image gallery</link>.</p>
+<section id="fullscreen">
+    <title>Open an image in fullscreen mode</title>
+    <screen>eog --fullscreen image.jpeg</screen>
+</section>
+<section id="slide-show">
+    <title>Open image in slideshow mode</title>
+    <screen>eog --slide-show image.jpeg</screen>
+</section>
+<section id="disable-gallery">
+    <title>Open image with gallery disabled</title>
+    <screen>eog --disable-gallery image.jpeg</screen>
+</section>
+<section id="new-instance">
+    <title>Open image in a new instance</title>
+    <screen>eog --new-instance image.jpeg</screen>
+</section>
+</page>
diff --git a/help/C/desktop-background.page b/help/C/desktop-background.page
index e9afd7e..4c4943d 100644
--- a/help/C/desktop-background.page
+++ b/help/C/desktop-background.page
@@ -19,8 +19,16 @@ status="draft"/>
   </info>
 
 <title>Set desktop background</title>
-
-
-<p></p>
+<p>To set the image you are currently viewing in the <app>image
+viewer</app> as the background image on your desktop:</p>
+<list>
+<item><p>click <guiseq><gui>Image</gui><gui>Set as Desktop
+Background</gui></guiseq>.</p></item>
+</list>
+<p>This will immediately change your background to the image open in the
+<app>image viewer</app>. You will then be asked if you would like to
+modify the image's appearance using the <gui>background</gui>
+preferences dialog. If you click <gui>Hide</gui>, the message will
+dissappear.</p>
 </page>
 
diff --git a/help/C/formats-save.page b/help/C/formats-save.page
index 07f135c..c7d1064 100644
--- a/help/C/formats-save.page
+++ b/help/C/formats-save.page
@@ -26,5 +26,6 @@ status="review"/>
    <item><p>ICO</p></item>
   </list>
   <note><p>It may be possible to save other image formats depending on
-the system configuration and other installed software.</p></note>
+the system configuration and other <link xref="formats-more">installed
+software</link>.</p></note>
 </page>
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644
index 0000000..13921f1
--- /dev/null
+++ b/help/C/shortcuts.page
@@ -0,0 +1,240 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="shortcuts">
+
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <desc>See a list of all shortcuts, and learn how to create your own custom shortcuts.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-17" status="review"/>
+    <credit type="author">
+       <name>Tiffany Antopolski</name>
+       <email>tiffany antopolski gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+<title>Keyboard Shortcuts</title>
+
+<section><title>Default Shortcuts</title>
+<section>
+  <title>Opening, Closing, Saving And Printing</title>
+  <table frame="all" rules="cols" shade="rows">
+    <tr>
+        <td><p>Open an image file.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq> (letter O)</p></td>
+    </tr>
+    <tr>
+        <td><p>Save the image with the same filename.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Save a copy of the current image with a new file
+name.</p></td>
+        <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Print the current image.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Close the <app>image viewer</app>.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Set the image as your desktop background.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>F8</key></keyseq></p></td>
+    </tr>
+  </table>
+</section>
+
+<section id="viewing">
+    <title>Viewing images</title>
+<table frame="all" rules="cols" shade="rows">
+    <tr>
+        <td><p>Go to the previous image in the folder.</p></td>
+        <td><p><key>Back space</key> /
+<keyseq><key>Alt</key><key>Left</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Go to the next image in the folder.</p></td>
+        <td><p><key>Space bar</key> / <keyseq><key>Alt</key><key>Right</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Go to first image in the folder.</p></td>
+        <td><p><keyseq><key>Alt</key><key>Home</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Go to the laste image in the folder.</p></td>
+         <td><p><keyseq><key>Alt</key><key>End</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Choose a random image in the folder.</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>M</key></keyseq></p></td>
+    </tr>
+    <tr>
+    	<td><p>View the image gallery.</p></td>
+        <td><p><key>F9</key></p></td>
+    </tr>
+    <tr>
+    	<td><p>View fullscreen</p></td>
+         <td><p><key>F11</key></p></td>
+    </tr>
+
+    <tr>
+    	<td><p>View slideshow</p></td>
+         <td><p><key>F5</key></p></td>
+    </tr>
+    <tr>
+    	<td><p>Actual size</p></td>
+         <td><p><keyseq><key>Ctrl</key><key>0</key></keyseq> (Zero)</p></td>
+    </tr>
+    <tr>
+    	<td><p>Best fit</p></td>
+         <td><p><key>F</key></p></td>
+    </tr>
+    <tr>
+    	<td><p>Scroll around a large image</p></td>
+         <td><p><key>arrow keys</key></p></td>
+    </tr>
+</table>
+</section>
+
+<section id="copy">
+    <title>Copy an image to paste into another application</title>
+<table frame="all" rules="cols" shade="rows">
+    <tr>
+        <td><p>Copy</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq></p></td>
+    </tr>
+</table>
+</section>
+
+<section id="other">
+    <title>Other</title>
+<table frame="all" rules="cols" shade="rows">
+    <tr>
+        <td><p>View side pane</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>F9</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>View image properties</p></td>
+        <td><p><keyseq><key>Alt</key><key>Return</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Undo</p></td>
+        <td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
+    </tr>
+    <tr>
+        <td><p>Help</p></td>
+        <td><p><key>F1</key></p></td>
+    </tr>
+</table>
+</section>
+
+<section id="zoom-rotate">
+    <title>Zoom and Rotate</title>
+<table frame="all" rules="cols" shade="rows">
+    <tr>
+    	<td><p>Zoom in</p></td>
+         <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>=</key></keyseq></p></td>
+    </tr>
+    <tr>
+    	<td><p>Zoom out</p></td>
+         <td><p><keyseq><key>Ctrl</key><key>-</key></keyseq></p></td>
+    </tr>
+    <tr>
+    	<td><p>Rotate clockwise</p></td>
+         <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
+    </tr>
+    <tr>
+    	<td><p>Rotate counter-clockwise</p></td>
+         <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>R</key></keyseq></p></td>
+    </tr>
+</table>
+</section>
+</section>
+
+<section>
+ <title>Create Your Own Custom Shortcuts</title>
+
+
+<p>
+Enable the /desktop/gnome/interface/can_change_accels flag in gconf:
+</p>
+<steps>
+ <item>
+  <p>
+   Press <keyseq><key>Alt</key><key>F2</key></keyseq>. The Run Application dialogue opens.
+  </p>
+ </item>
+ <item>
+  <p>
+    In the textbox, type 'gconf-editor'.
+  </p>
+ </item>
+ <item>
+  <p>
+    In the Configuration Editor select <guiseq><gui>desktop</gui><gui>gnome</gui><gui>interface</gui></guiseq>.
+  </p>
+ </item>
+ <item>
+  <p>
+    Check the value box for <gui>can_change_accels</gui> in the right side of the window.
+  </p>
+ </item>
+ <item>
+  <p>
+   You can add/change the shortcut as follows:
+  </p>
+    <list style = "auto">
+     <item>
+      <p>
+        Open <app>Eye of Gnome Image Viewer</app>.
+      </p>
+     </item>
+      <item>
+      <p>
+        Hover the pointer over the menu item you want to change/create the shortcut for.
+      </p>
+     </item>
+     <item>
+      <p>
+        Enter the shortcut you want on the keyboard, e.g. <keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>.
+      </p>
+     </item>
+     <item>
+      <p>
+       Close the <app>image viewer</app>.
+      </p>
+      </item>
+     </list>
+     </item>
+     <item>
+      <p>
+        Repeat steps 1-3.
+      </p>
+     </item>
+      <item>
+      <p>
+            Uncheck the value box for <gui>can_change_accels</gui> in the right side of the window.
+      </p>
+       <note>
+        <p>
+          The next time <app>image viewer</app> starts your custom shortcut key will be preserved.
+        </p>
+       </note>
+
+     </item>
+</steps>
+
+
+<note style = "tip">
+ <p>
+  Note that this also works for many other Gnome applications as well.
+ </p>
+</note>
+</section>
+</page>



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