home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / appendix-keybindings.xml < prev    next >
Text File  |  2004-11-01  |  4KB  |  130 lines

  1. <sect1 id="keybindings">
  2.   <title>Gnumeric Keybindings</title>
  3.   <para>
  4.     Keybindings are combinations of keystrokes which tell an application to
  5.     run a task.  These can greatly speed-up the user's interactions
  6.     with an application.  Some of the most common ones are
  7.     <keycombo>
  8.       <keycap>Ctrl</keycap>
  9.       <keycap>s</keycap>
  10.     </keycombo>
  11.     to save a file or
  12.     <keycombo>
  13.       <keycap>Ctrl</keycap>
  14.       <keycap>q</keycap>
  15.     </keycombo>
  16.     to quit the application.  <application>Gnumeric</application> also
  17.     comes with keybindings to make your spreadsheet experience faster.
  18.   </para>
  19.  
  20.   <para>
  21.     Normally, keybindings are next to a command in a menu.  For
  22.     example, if 
  23.     <menuchoice>
  24.       <guimenuitem>Save</guimenuitem>
  25.     </menuchoice>
  26.     has
  27.     <keycombo>
  28.       <keycap>Ctrl</keycap>
  29.       <keycap>s</keycap>
  30.     </keycombo>
  31.     next to it, that means that
  32.     <keycombo>
  33.       <keycap>Ctrl</keycap>
  34.       <keycap>s</keycap>
  35.     </keycombo>
  36.     can be typed at the same time to save your file.  However, some
  37.     keystrokes aren't listed in the menus.  They are as follows:
  38.   </para>
  39.  
  40.   <itemizedlist>
  41.     <listitem>
  42.       <para>
  43.     <keycap>F2</keycap> sets the current cell for editing.  The
  44.     cursor is inserted at the end of the current text.
  45.       </para>
  46.     </listitem>
  47.     <listitem>
  48.       <para>
  49.     <keycap>F3</keycap> opens the <interface>Load file</interface>
  50.     dialog window.
  51.       </para>
  52.     </listitem>
  53.     <listitem>
  54.       <para>
  55.     <keycap>Ctrl-F3</keycap> opens the <interface>Define Name</interface>
  56.     dialog window.
  57.       </para>
  58.     </listitem>
  59.     <listitem>
  60.       <para>
  61.     <keycap>F5</keycap> opens the <interface>Go to</interface>
  62.     dialog window which allows you to jump to a specified cell.
  63.       </para>
  64.     </listitem>
  65.     <listitem>
  66.       <para>
  67.     <keycap>F6</keycap> opens the <interface>Search and
  68.     Replace</interface> dialog where you can search through your
  69.     spreadsheets for text strings and replace them with something
  70.     else.
  71.       </para>
  72.     </listitem>
  73.     <listitem>
  74.       <para>
  75.     <keycap>F7</keycap> opens the <interface>Search
  76.     Center</interface>.  The <interface>Search Center</interface>
  77.     allows you to search through your spreadsheets for text
  78.     strings.
  79.       </para>
  80.     </listitem>
  81.  
  82.     <listitem>
  83.       <para>
  84.     <keycap>Ctrl-~</keycap> Formats the current selection as a number.
  85.       </para>
  86.     </listitem>
  87.     <listitem>
  88.       <para>
  89.     <keycap>Ctrl-$</keycap> Formats the current selection with the default currency
  90.       </para>
  91.     </listitem>
  92.     <listitem>
  93.       <para>
  94.     <keycap>Ctrl-#</keycap> Formats the current selection with default date style
  95.       </para>
  96.     </listitem>
  97.     <listitem>
  98.       <para>
  99.     <keycap>Ctrl-^</keycap> Formats the current selection as using scientific notation
  100.       </para>
  101.     </listitem>
  102.     <listitem>
  103.       <para>
  104.     <keycap>Ctrl-@</keycap> Formats the current selection with the default time format
  105.       </para>
  106.     </listitem>
  107.     <listitem>
  108.       <para>
  109.     <keycap>Ctrl-!</keycap> Formats the current selection with the default accounting format
  110.       </para>
  111.     </listitem>
  112.     <listitem>
  113.       <para>
  114.     <keycap>Ctrl-&</keycap> Adds a thin border around the current selection
  115.       </para>
  116.     </listitem>
  117.     <listitem>
  118.       <para>
  119.     <keycap>Ctrl-_</keycap> Removes any borders around or in the current selection
  120.       </para>
  121.     </listitem>
  122.     <listitem>
  123.       <para>
  124.     <keycap>Ctrl-$</keycap> Formats the current selection as the default currency
  125.       </para>
  126.     </listitem>
  127.  
  128.   </itemizedlist>
  129. </sect1>
  130.