[ Avaa Bypassed ]




Upload:

Command:

www-data@3.144.254.237: ~ $
<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.</desc>

    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
    <revision pkgversion="3.24" version="0.2" date="2017-08-10" status="final"/>
    <revision pkgversion="3.30" version="0.3" date="2018-08-30" status="final"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="author">
       <name>Tiffany Antopolski</name>
       <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <credit type="editor">
       <name>Taufan Lubis</name>
       <email>taufanlinux@gmail.com</email>
    </credit>
   <credit type="editor">
       <name>Ronaldi Santosa</name>
       <email>ronald.santosa@gmail.com</email>
    </credit>
   <credit type="editor">
       <name>Ibnu Amansyah</name>
       <email>javalander9@gmail.com</email>
    </credit>
   <credit type="editor">
       <name>Andre Klapper</name>
       <email>ak-47@gmx.net</email>
    </credit>
   <credit type="editor">
       <name>Germán Poo-Caamaño</name>
       <email>gpoo@gnome.org</email>
    </credit>

    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>


<title>Keyboard shortcuts</title>

<section id="default-shortcuts"><title>Default shortcuts</title>
<section id="open-close-save-print">
  <title>Opening, closing, saving and printing</title>
  <table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Open a document.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Open a copy of the current document.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Save a copy of the current document with a new file
name.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Print the current document.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Close the current document window.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Reload the document (effectively closes and re-opens the
document).</p></td>
        <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
    </tr>
  </table>
</section>

<section id="move-around">
    <title>Moving around a document</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Move up/down a page.</p></td>
        <td><p>Arrow keys</p></td>
    </tr>
    <tr>
        <td><p>Move up/down a page several lines at a time.</p></td>
        <td><p><key>Page Up</key> / <key>Page Down</key></p></td>
    </tr>
    <tr>
        <td><p>Go to the previous page.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Page Up</key></keyseq> /
<key>P</key></p></td>
    </tr>
    <tr>
        <td><p>Go to the next page.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Page Down</key></keyseq> /
<key>N</key></p></td>
    </tr>
<tr>
        <td><p>Go to page number.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>L</key></keyseq> followed by the page number and <key>Enter</key></p></td>
</tr>
    <tr>
        <td><p>Go to the beginning of a page (beginning of the document if
<gui>Continuous</gui> is selected in the main menu in the top-right corner).</p></td>
         <td><p><key>Home</key></p></td>
    </tr>
    <tr>
        <td><p>Go to the end of a page (end of the document if
<gui>Continuous</gui> is selected in the main menu in the top-right corner).</p></td>
        <td><p><key>End</key></p></td>
    </tr>
    <tr>
    	<td><p>Go to the beginning of the document.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Home</key></keyseq></p></td>
    </tr>
    <tr>
    	<td><p>Go to the end of the document.</p></td>
         <td><p><keyseq><key>Ctrl</key><key>End</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Add a bookmark in the current page.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>D</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Delete the bookmark in the current page if there is one.</p></td>
        <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>D</key></keyseq></p></td>
    </tr>
    <tr>
         <td><p>Display the side pane with a table of contents and bookmarks.</p></td>
         <td><p><key>F9</key></p></td>
    </tr>
    <tr>
        <td><p>Enable caret navigation placing a moveable cursor in text pages, allowing you to move around and select text with the keyboard.</p></td>
        <td><p><key>F7</key></p></td>
    </tr>
  </table>
</section>

<section id="copy">
    <title>Selecting and copying text</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Copy highlighted text.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq> / <keyseq><key>Ctrl</key><key>Insert</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Select all the text in a document.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
    </tr>
</table>
</section>

<section id="find">
    <title>Finding text</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>
        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. If you select a text
        in the document before searching, then the search will start using that
        text as input.
        </p></td>
        <td><p><keyseq><key>Ctrl</key><key>F</key></keyseq> / <key>/</key></p></td>
    </tr>
    <tr>
        <td><p>Go to the next search result.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>G</key></keyseq> / <key>F3</key></p></td>
    </tr>
    <tr>
        <td><p>Go to the previous search result.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> / <keyseq><key>Shift</key><key>F3</key></keyseq></p></td>
    </tr>
</table>
</section>

<section id="rotate-zoom">
    <title>Rotating and zooming</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Rotate the pages 90 degrees counter-clockwise.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Left arrow</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Rotate the pages 90 degrees clockwise.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Right
arrow</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Default zoom.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>0</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Zoom in.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>+</key></keyseq> / <key>=</key> /
               <keyseq><key>Ctrl</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>Fit the page into the window.</p></td>
        <td><p><key>F</key></p></td>
    </tr>
    <tr>
        <td><p>Fit the content width to the space available.</p></td>
        <td><p><key>W</key></p></td>
    </tr>
    <tr>
        <td><p>Automatic zoom.</p></td>
        <td><p><key>A</key></p></td>
    </tr>
</table>
</section>

<section id="window">
    <title>Window</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Use the full screen to view the document.</p></td>
        <td><p><key>F11</key></p></td>
    </tr>
    <tr>
        <td><p>Start a presentation.</p></td>
        <td><p><key>F5</key> / <keyseq><key>Shift</key><key>F5</key></keyseq></p></td>
    </tr>
</table>
</section>

<section id="document">
    <title>Document view</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Invert background and text colors.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>I</key></keyseq></p></td>
    </tr>
    <tr>
        <td><p>Swap between continuous and page by page view of the document.</p></td>
        <td><p><key>C</key></p></td>
    </tr>
    <tr>
        <td><p>Display two pages side by side.</p></td>
        <td><p><key>D</key></p></td>
    </tr>
</table>
</section>

<section id="presentation">
    <title>Presentation mode</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Toggle black screen.</p></td>
        <td><p><key>B</key> / <key>.</key></p></td>
    </tr>
    <tr>
        <td><p>Toggle white screen.</p></td>
        <td><p><key>W</key></p></td>
    </tr>
</table>
</section>

<section id="annotate">
    <title>Annotate the document</title>
<table frame="all" rules="cols" shade="rows">
    <tr>
        <td><p>Add a post-it like note.</p></td>
        <td><p><key>S</key></p></td>
    </tr>
    <tr>
        <td><p>Highlight text.</p></td>
        <td><p><keyseq><key>Ctrl</key><key>H</key></keyseq></p></td>
    </tr>
</table>
</section>
</section>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
annotation-properties.page File 1.61 KB 0644
annotations-delete.page File 1.4 KB 0644
annotations-disabled.page File 765 B 0644
annotations-navigate.page File 1.23 KB 0644
annotations-save.page File 1.4 KB 0644
annotations.page File 2.41 KB 0644
bookmarks.page File 2.58 KB 0644
bug-filing.page File 1.94 KB 0644
commandline.page File 2.29 KB 0644
convertPostScript.page File 1.67 KB 0644
convertSVG.page File 1.51 KB 0644
convertpdf.page File 2.04 KB 0644
default-settings.page File 1.25 KB 0644
develop.page File 1.05 KB 0644
documentation.page File 1.1 KB 0644
duplex-10pages.page File 2.52 KB 0644
duplex-11pages.page File 2.3 KB 0644
duplex-12pages.page File 1.3 KB 0644
duplex-13pages.page File 3.69 KB 0644
duplex-14pages.page File 2.53 KB 0644
duplex-15pages.page File 1.05 KB 0644
duplex-16pages.page File 1.37 KB 0644
duplex-3pages.page File 1.83 KB 0644
duplex-4pages.page File 1.33 KB 0644
duplex-5pages.page File 3.47 KB 0644
duplex-6pages.page File 2.54 KB 0644
duplex-7pages.page File 2.32 KB 0644
duplex-8pages.page File 1.33 KB 0644
duplex-9pages.page File 3.75 KB 0644
duplex-npages.page File 2 KB 0644
editing.page File 1.11 KB 0644
finding.page File 2.41 KB 0644
formats.page File 1.49 KB 0644
forms-saving.page File 2.17 KB 0644
forms.page File 1.24 KB 0644
headerbar.page File 1.5 KB 0644
index.page File 2.11 KB 0644
introduction.page File 795 B 0644
invert-colors.page File 1.12 KB 0644
legal-unported.xml File 297 B 0644
legal.xml File 497 B 0644
license.page File 1.81 KB 0644
movingaround.page File 5.95 KB 0644
noprint.page File 2.92 KB 0644
openerror.page File 816 B 0644
opening.page File 1.94 KB 0644
password.page File 1.53 KB 0644
presentations.page File 2.41 KB 0644
print-2sided.page File 1.1 KB 0644
print-booklet.page File 1014 B 0644
print-differentsize.page File 1.84 KB 0644
print-order.page File 1.8 KB 0644
print-pagescaling.page File 1.75 KB 0644
print-select.page File 1.2 KB 0644
printing.page File 1.51 KB 0644
reload.page File 948 B 0644
shortcuts.page File 8.93 KB 0644
singlesided-13-16pages.page File 2.42 KB 0644
singlesided-17-20pages.page File 2.43 KB 0644
singlesided-3-4pages.page File 2.33 KB 0644
singlesided-5-8pages.page File 2.38 KB 0644
singlesided-9-12pages.page File 2.41 KB 0644
singlesided-npages.page File 2.62 KB 0644
synctex-beamer.page File 1.91 KB 0644
synctex-compile.page File 951 B 0644
synctex-editors.page File 1.75 KB 0644
synctex-search.page File 2.45 KB 0644
synctex-support.page File 1.34 KB 0644
synctex.page File 729 B 0644
textselection.page File 1.32 KB 0644
translate.page File 1.65 KB 0644