<page xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/"
      type="task"
      id="keyboard-shortcuts">

  <info>
    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="candidate"/>
    <link type="guide" xref="index#usage" group="#last"/>
    <link type="next" xref="index#troubleshooting"/>

    <credit type="author copyright">
      <name>Rudra Banerjee</name>
      <email>rudra.banerjee@aol.co.uk</email>
      <years>2013</years>
    </credit>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Use keyboard shortcuts to work with <app>mkBiB</app> more efficiently.</desc>

  </info>

  <title>Keyboard shortcuts</title>

  <p>Keyboard shortcuts are combinations of keys that you can use instead of
  navigating through the menu. The following shortcuts are available:</p>

  <table rules="rows" frame="top bottom" ui:expanded="yes">
    <title><gui style="guiitem">File</gui></title>
    <thead>
      <tr>
        <td><p>Action</p></td>
        <td><p>Shortcut</p></td>
      </tr>
    </thead>
    <tbody>
      <tr>
	<td><p>Open A New File</p></td>
        <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
      </tr>
      <tr>
        <td><p>Open An Existing File</p></td>
        <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
      </tr>
      <tr>
        <td><p>Save File</p></td>
        <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
      </tr>
      <tr>
	<td><p>Save As A New/Existing File</p></td>
	<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq></p></td>
      </tr>
      <tr>
        <td><p>Quit</p></td>
        <td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
      </tr>
    </tbody>
  </table>

  <table rules="rows" frame="top bottom" ui:expanded="yes">
    <title>Edit</title>
    <thead>
      <tr>
        <td><p>Action</p></td>
        <td><p>Shortcut</p></td>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><p>Enter A Full Entry</p></td>
        <td><p><keyseq><key>Alt</key><key>E</key></keyseq></p></td>
      </tr>
    </tbody>
  </table>
 <table rules="rows" frame="top bottom" ui:expanded="yes">
    <title>Help</title>
    <thead>
      <tr>
        <td><p>Action</p></td>
        <td><p>Shortcut</p></td>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><p>Help (This Guide)</p></td>
        <td><p><key>F1</key></p></td>
      </tr>
    </tbody>
  </table>

</page>
