]> www.fi.muni.cz Git - evince.git/blobdiff - help/C/shortcuts.page
Import Mallard documentation
[evince.git] / help / C / shortcuts.page
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644 (file)
index 0000000..4f08e5f
--- /dev/null
@@ -0,0 +1,229 @@
+<page xmlns="http://projectmallard.org/1.0/"
+      type="topic" style="task"
+      id="shortcuts">
+
+  <info>
+    <link type="guide" xref="index#other"/>
+    <desc>All keyboard shortcuts listed, and how to create custome shortcuts.</desc>
+
+    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
+    <credit type="author">
+      <name>Phil Bull</name>
+      <email>philbull@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>Open a document.</td><td><keyseq><key>Ctrl</key><key>O</key></keyseq></td>
+    </tr>
+    <tr>
+        <td>Open a copy of the current document.</td> <td><keyseq><key>Ctrl</key><key>N</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Save a copy of the current document with a new file name.</td><td><keyseq><key>Ctrl</key><key>S</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Print the current document.</td><td><keyseq><key>Ctrl</key><key>P</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Close the current document window.</td><td><keyseq><key>Ctrl</key><key>W</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Reload the document (effectively closes and re-opens the document).</td><td><keyseq><key>Ctrl</key><key>R</key></keyseq></td>
+    </tr>
+  </table>
+</section>
+
+
+
+
+<section>
+    <title>Moving around the document</title>
+<table frame = "all" rules = "cols" shade = "rows">
+    <tr>
+        
+        <td>Move up/down a page.</td><td><key>Arrow</key> keys</td>
+    </tr>
+    <tr>
+        
+        <td>Move up/down a page several lines at a time.</td><td><key>Page Up</key> / <key>Page Down</key></td>
+    </tr>
+    <tr>
+        
+        <td>Go to the previous/next page.</td><td><keyseq><key>Ctrl</key><key>Page Up</key></keyseq> / <keyseq><key>Ctrl</key><key>Page Down</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Go to the beginning of a page (beginning of the document if <guiseq><gui>View</gui> <gui>Continuous</gui></guiseq> is selected).</td><td><key>Home</key></td>
+    </tr>
+    <tr>
+      
+        <td>Go to the end of a page (end of the document if <guiseq><gui>View</gui><gui>Continuous</gui></guiseq> is selected).</td>  <td><key>End</key></td>
+    </tr>
+    <tr>
+       
+       <td>Go to the beginning of the document.</td><td><keyseq><key>Ctrl</key><key>Home</key></keyseq></td>
+    </tr>
+    <tr>
+       
+       <td>Go to the end of the document.</td><td><keyseq><key>Ctrl</key><key>End</key></keyseq></td>
+    </tr>
+</table>
+</section>
+
+<section>
+    <title>Selecting and copying text</title>
+<table frame = "all" rules = "cols" shade = "rows">
+    <tr>
+        
+        <td>Copy highlighted text.</td><td><keyseq><key>Ctrl</key><key>C</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Select all the text in a document.</td><td><keyseq><key>Ctrl</key><key>A</key></keyseq></td>
+    </tr>
+</table>
+</section>
+
+<section>
+    <title>Finding text</title>
+<table frame = "all" rules = "cols" shade = "rows">
+    <tr>
+        
+        <td>
+        Show the toolbar that lets you search for words in the document. The 
+        search box is automatically highlighted when you press this, and the 
+        search will start as soon as you type some text.
+        </td><td><keyseq><key>Ctrl</key><key>F</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Go to the next search result.</td><td><keyseq><key>Ctrl</key><key>G</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Go to the previous search result.</td><td><keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq></td>
+    </tr>
+</table>
+</section>
+
+<section>
+    <title>Rotating and zooming</title>
+<table frame = "all" rules = "cols" shade = "rows">
+    <tr>
+        
+        <td>Rotate the pages 90 degrees counter-clockwise.</td><td><keyseq><key>Ctrl</key><key>Left arrow</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Rotate the pages 90 degrees clockwise.</td><td><keyseq><key>Ctrl</key><key>Right arrow</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Zoom in.</td><td><keyseq><key>Ctrl</key><key>+</key></keyseq></td>
+    </tr>
+    <tr>
+        
+        <td>Zoom out.</td><td><keyseq><key>Ctrl</key><key>-</key></keyseq></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>Evince Document 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 <app>Evince Document 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 Evince 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>