home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome / help / user-guide / C / gosbasic.xml < prev    next >
Encoding:
Text File  |  2009-04-10  |  39.2 KB  |  1,051 lines

  1. <!-- -*- indent-tabs-mode: nil -*- -->
  2. <chapter id="basic-skills">
  3. <title>Basic Skills</title>
  4.  
  5. <!-- Maintained for 2.8 compatibility -->
  6. <anchor id="part1-1"/>
  7. <anchor id="gosbasic-1"/>
  8. <anchor id="gosbasic-46"/> <!-- was Using Windows -->
  9.  
  10. <highlights>
  11.   <para>This chapter introduces you to the basic skills that you
  12.   need to work with the GNOME Desktop.</para>
  13. </highlights>
  14.  
  15. <section id="mouse-skills">
  16.   <title>Mouse Skills</title>
  17.  
  18.   <!-- Maintained for 2.8 compatibility -->
  19.   <anchor id="gosbasic-2"/>
  20.  
  21.   <indexterm>
  22.     <primary>basic skills</primary>
  23.     <secondary>mouse skills</secondary>
  24.   </indexterm>
  25.   <indexterm>
  26.     <primary>mouse</primary>
  27.     <secondary>basic skills</secondary>
  28.   </indexterm>
  29.   
  30.   <!-- Notes for future development of the mouse section
  31.   Contents list:
  32.   * buttons
  33.   * click, drag, etc
  34.   * what you actually do with those: the concept of focus, selection, etc. 
  35.     basically, an introduction to the 'noun, verb' grammar of GUIs
  36.   * pointers
  37.   -->
  38.  
  39.   <para>
  40.         This section describes what the mouse buttons do, and what the different pointers mean.
  41.   </para>
  42.  
  43.     <para>A mouse is a pointing device that lets you move the mouse pointer on the screen. The mouse pointer is usually
  44. a small arrow with which you point to objects on your screen. Pressing a mouse button will perform a particular
  45. action on the object over which your mouse pointer is situated, depending on which button you press.
  46.     </para>
  47.  
  48.   <section id="mouse-conventions">
  49.     <title>Mouse Button Conventions</title>
  50.     <titleabbrev>Buttons</titleabbrev>
  51.  
  52.     <!-- Maintained for 2.8 compatibility -->
  53.     <anchor id="gosgetstarted-44"/>
  54.  
  55.     <indexterm>
  56.       <primary>mouse</primary>
  57.       <secondary>button conventions</secondary>
  58.     </indexterm>
  59.  
  60.     <para>The instructions in this manual are for three buttoned, right handed mouse devices, the most common type.
  61.         If you use another type of mouse or pointing device, you should take care to locate the corresponding buttons on your mouse.  If you use a left-handed mouse
  62.         see the paragraph on setting mouse orientation below.
  63.     </para>
  64.  
  65.         <note><para>If you set your mouse device to be left handed, you should reverse the mouse button
  66.         conventions used in this manual. This is normally also implied in most documentation and in many
  67.         applications.</para></note>
  68.  
  69.     <para>Some mice lack a middle button. If you have a two-button mouse device,
  70.     then your system may be configured to use <firstterm>chording</firstterm> to allow middle button simulation. If chording is activated,
  71.     you press the left and right mouse buttons simultaneously, to simulate the 
  72.     the middle mouse button. A middle mouse button is by no means necessary to use GNOME.</para>
  73.  
  74.     <para>The mouse button conventions used in this manual are as
  75.     follows:</para>
  76.     <variablelist>
  77.       <varlistentry>
  78.         <term>Left mouse button</term>
  79.         <listitem><para>The button on the left side of a mouse device. This is the main mouse button, used for selecting,
  80.         activating, pressing buttons etc... When you are told to "click" it is implied that you should click with the left button,
  81.         unless specifically stated.
  82.         </para></listitem>
  83.       </varlistentry>
  84.       <varlistentry>
  85.         <term>Middle mouse button</term>
  86.         <listitem><para>The middle button of a mouse device.  On many mice with a scroll wheel,
  87.         the scroll wheel can be pushed down for a middle mouse
  88.         button click.</para></listitem>
  89.       </varlistentry>
  90.       <varlistentry>
  91.         <term>Right mouse button</term>
  92.         <listitem><para>The button on the right side of a mouse device. Often, this button displays
  93.         a context menu for the object under the pointer.</para></listitem>
  94.       </varlistentry>
  95.     </variablelist>
  96.  
  97.     <para>Use <application>Mouse Preferences</application> to reverse the orientation of your mouse device. You will then need to reverse the mouse button conventions used in this manual and other GNOME documentation.
  98.     See <xref linkend="prefs-mouse"/> for more information about setting
  99.     your mouse preferences.</para>
  100.  
  101.   </section>
  102.  
  103.   <section id="mouse-actions">
  104.     <title>Mouse Actions</title>
  105.     <titleabbrev>Actions</titleabbrev>
  106.  
  107.     <!-- Maintained for 2.8 compatibility -->
  108.     <anchor id="gosgetstarted-45"/>
  109.     <anchor id="gosbasic-6"/>
  110.     
  111.     <indexterm>
  112.       <primary>mouse</primary>
  113.       <secondary>action conventions</secondary>
  114.     </indexterm>
  115.     <indexterm>
  116.       <primary>mouse</primary>
  117.       <secondary>action terminology</secondary>
  118.     </indexterm>
  119.     
  120.     <para>The following conventions are used in this manual to describe actions
  121.     that you take with the mouse: </para>
  122.     
  123.     <!-- convert to variablelist -->
  124.     <informaltable frame="topbot">
  125.       <tgroup cols="2" colsep="0" rowsep="0">
  126.         <colspec colname="colspec0" colwidth="36.36*"/>
  127.         <colspec colname="colspec1" colwidth="63.64*"/>
  128.         <thead>
  129.           <row rowsep="1">
  130.             <entry>
  131.               <para>Action</para>
  132.             </entry>
  133.             <entry>
  134.               <para>Definition</para>
  135.             </entry>
  136.           </row>
  137.         </thead>
  138.         <tbody>
  139.           <row>
  140.             <entry colname="colspec0" valign="top">
  141.               <para>Click</para>
  142.             </entry>
  143.             <entry colname="colspec1" valign="top">
  144.               <para>Press and release the left mouse button,
  145.               without moving the mouse.</para>
  146.             </entry>
  147.           </row>
  148.           <row>
  149.             <entry colname="colspec0" valign="top">
  150.               <para>Left-click</para>
  151.             </entry>
  152.             <entry colname="colspec1" valign="top">
  153.               <para>Same as <emphasis>click</emphasis>.
  154.               The term 'left-click' is used where there might be
  155.               confusion with <emphasis>right-click</emphasis>.</para>
  156.             </entry>
  157.           </row>
  158.           <row>
  159.             <entry colname="colspec0" valign="top">
  160.               <para>Middle-click</para>
  161.             </entry>
  162.             <entry colname="colspec1" valign="top">
  163.               <para>Press and release the middle mouse button,
  164.               without moving the mouse.</para>
  165.             </entry>
  166.           </row>
  167.           <row>
  168.             <entry colname="colspec0" valign="top">
  169.               <para>Right-click</para>
  170.             </entry>
  171.             <entry colname="colspec1" valign="top">
  172.               <para>Press and release the right mouse button,
  173.               without moving the mouse.</para>
  174.             </entry>
  175.           </row>
  176.           <row>
  177.             <entry colname="colspec0" valign="top">
  178.               <para>Double-click</para>
  179.             </entry>
  180.             <entry colname="colspec1" valign="top">
  181.               <para>Press and release the left mouse button twice
  182.               in rapid succession without moving the mouse.  You
  183.               can configure the sensitivity to double-clicks by changing the
  184.               <emphasis>Double-click Timeout</emphasis> setting: 
  185.               see <xref linkend="prefs-mouse"/> for more information.</para>
  186.             </entry>
  187.           </row>
  188.           <row>
  189.             <entry colname="colspec0" valign="top">
  190.               <para>Drag</para>
  191.             </entry>
  192.             <entry colname="colspec1" valign="top">
  193.               <para>Press and do not release the
  194.               left mouse button, 
  195.               and then move the mouse with the button still held down,
  196.               and finally release the button.</para>
  197.                             
  198.               <para>Dragging with the mouse is used in many different contexts.
  199.               
  200.               
  201.               This moves an object around the screen with the mouse. The 
  202.               object is <emphasis>dropped</emphasis> at the 
  203.               location where the mouse button 
  204.               is released. This action is also called 
  205.               <emphasis>drag-and-drop</emphasis>. Clicking on an element of the interface to
  206.               move it is sometimes called a <emphasis>grab</emphasis>. Click and drag</para>
  207.                             
  208.               <para>For example, you can change the position of a window by 
  209.               dragging on its title bar, or move a file by dragging its icon 
  210.               from one window and dropping it on another.</para>           
  211.               
  212.               <para>The left
  213.               mouse buttons is usually used to perform drag actions,
  214.               although the middle mouse button is sometimes used for
  215.               an alternate drag action.</para>
  216.             </entry>
  217.           </row>
  218.           <row>
  219.             <entry colname="colspec0" valign="top">
  220.               <para>Click-and-hold</para>
  221.             </entry>
  222.             <entry colname="colspec1" valign="top">
  223.               <para>Press and do not release the
  224.               left mouse button.</para>
  225.             </entry>
  226.           </row>
  227.         </tbody>
  228.       </tgroup>
  229.     </informaltable>
  230.     
  231.     <indexterm>
  232.       <primary>mouse</primary>
  233.       <secondary>actions</secondary>
  234.     </indexterm>
  235.  
  236.     <para>You can perform the following actions with the mouse:</para>
  237.     
  238.     <!--
  239.     Problem with the word 'action' here, since it's already used
  240.     to describe things like click, drag, etc. Suggestion: tasks?
  241.     -->
  242.  
  243.     <variablelist>
  244.       <varlistentry>
  245.         <term>Left mouse button</term>
  246.         <listitem>
  247.           <itemizedlist>
  248.             <listitem><para>Select text.</para></listitem>
  249.             <listitem><para>Select items.</para></listitem>
  250.             <listitem><para>Drag items.</para></listitem>
  251.             <listitem><para>Activate items.</para></listitem>
  252.           </itemizedlist>        
  253.         </listitem>
  254.       </varlistentry>
  255.       <varlistentry>
  256.         <term>Middle mouse button</term>
  257.         <listitem>
  258.           <itemizedlist>
  259.             <listitem><para>Paste text.</para></listitem>
  260.             <listitem><para>Move items.</para></listitem>
  261.             <listitem><para>Move windows to the back.</para></listitem>
  262.           </itemizedlist>
  263.         </listitem>
  264.       </varlistentry>
  265.       <varlistentry>
  266.         <term>Right mouse button</term>
  267.         <listitem><para>Use the right mouse button to open a context menu for
  268.         an item, if a menu applies.  For most items, you can also use the
  269.         <keycombo><keycap>Shift</keycap><keycap>F10</keycap></keycombo>
  270.         keyboard shortcut to open the context menu once the item has been
  271.         selected.</para></listitem>
  272.       </varlistentry>
  273.     </variablelist>
  274.  
  275.     <para>For example, when viewing files in the file manager, you select
  276.     a file by clicking with the left mouse button and open a file by
  277.     double-clicking with the left mouse button.  Clicking with the right
  278.     mouse button will bring up a context menu for that file.</para>
  279.  
  280.     <tip><para>In most applications, you can select text with your left
  281.     mouse button and paste it in another application using the middle
  282.     mouse button.  This is called primary selection paste, and works
  283.     separately from your normal clipboard operations.</para></tip>
  284.  
  285.     <tip><para>To select more than one item, you can hold the
  286.     <keycap>Ctrl</keycap> key to select multiple items, or
  287.     hold the <keycap>Shift</keycap> key to select a contiguous
  288.     range of items. You can also drag a <firstterm>bounding box</firstterm>
  289.     to select several items by starting the drag in the empty space around items
  290.     and dragging out a rectangle.
  291.     <!-- yeah, this is a rubbish explanation. --></para></tip>
  292.  
  293.   </section>
  294.  
  295.   <section id="mouse-pointers">
  296.     <title>Mouse Pointers</title>
  297.     <titleabbrev>Pointers</titleabbrev>
  298.  
  299.     <!-- Maintained for 2.8 compatibility -->
  300.     <anchor id="gosbasic-7"/>
  301.  
  302.     <indexterm>
  303.       <primary>mouse</primary>
  304.       <secondary>pointers</secondary>
  305.     </indexterm>
  306.     <indexterm>
  307.       <primary>pointers</primary>
  308.       <see>mouse pointers</see>
  309.     </indexterm>
  310.  
  311.     <para>As you use the mouse, the appearance of the mouse pointer can
  312.     change. The appearance of the pointer provides feedback about a
  313.     particular operation, location, or state.</para>
  314.  
  315.    <para>The following mouse pointers are shown as your mouse passes over 
  316.    different elements of the screen:</para>
  317.    
  318.    <note><para>Your mouse pointers will differ from those shown here if you are using a different <link linkend="prefs-mouse">pointer theme</link>. Your distributor or vendor may have set a different default theme.</para></note>
  319.    
  320.    <variablelist>
  321.       <varlistentry>
  322.         <term>
  323.           <inlinemediaobject>
  324.             <imageobject>
  325.               <imagedata format="PNG"
  326.                          fileref="figures/normal_pointer2.png"/>
  327.             </imageobject>
  328.             <textobject>
  329.               <phrase>Normal pointer.</phrase>
  330.             </textobject>
  331.           </inlinemediaobject>
  332.           Normal pointer
  333.         </term>
  334.         <listitem><para>This pointer appears during normal use of
  335.         the mouse.</para></listitem>
  336.       </varlistentry>
  337.       <varlistentry>
  338.         <term>
  339.           <inlinemediaobject>
  340.             <imageobject>
  341.               <imagedata format="PNG"
  342.                          fileref="figures/busy_pointer2.png"/>
  343.             </imageobject>
  344.             <textobject>
  345.               <phrase>Busy pointer.</phrase>
  346.             </textobject>
  347.           </inlinemediaobject>
  348.           Busy pointer
  349.         </term>
  350.         <listitem><para>This pointer appears over a window that is busy performing a task. You cannot use the mouse to give this window any input, but you can move to another window and work with that.</para></listitem>
  351.       </varlistentry>      
  352.       <varlistentry>
  353.         <term>
  354.           <inlinemediaobject>
  355.             <imageobject>
  356.               <imagedata format="PNG"
  357.                          fileref="figures/resize_cursors.png"/>
  358.             </imageobject>
  359.             <textobject>
  360.               <phrase>Resize pointers.</phrase>
  361.             </textobject>
  362.           </inlinemediaobject>
  363.           Resize pointers
  364.         </term>
  365.         <listitem><para>These are the pointers that indicate that you can grab control to resize parts
  366.         of the interface.  They appear over the boarders of windows and over resize
  367.         handles between panes in a window.  The direction of the arrows indicates
  368.         in which direction you can resize.</para></listitem>
  369.       </varlistentry>
  370.       <varlistentry>
  371.         <term>
  372.           <inlinemediaobject>
  373.             <imageobject>
  374.               <imagedata format="PNG"
  375.                          fileref="figures/hyperlink_pointer2.png"/>
  376.             </imageobject>
  377.             <textobject>
  378.               <phrase>Hand pointer</phrase>
  379.             </textobject>
  380.           </inlinemediaobject>
  381.           Hand pointer
  382.         </term>
  383.         <listitem><para>This pointer appears when you hover over a
  384.         <glossterm>hypertext link</glossterm>, in a web page for example.
  385.         This pointer indicates that you can click on the link to load
  386.         a new document or perform an action.</para></listitem>
  387.       </varlistentry>      
  388.       <varlistentry>
  389.         <term>
  390.           <inlinemediaobject>
  391.             <imageobject>
  392.               <imagedata format="PNG"
  393.                          fileref="figures/ibeam_pointer2.png"/>
  394.             </imageobject>
  395.             <textobject>
  396.               <phrase>I-beam pointer</phrase>
  397.             </textobject>
  398.           </inlinemediaobject>
  399.           I-beam pointer
  400.         </term>
  401.         <listitem><para>This pointer is shown when the mouse is over text that you can
  402.         select or edit. Click to place the cursor where you want to type text, or drag to select text.</para></listitem>
  403.       </varlistentry>      
  404.     </variablelist>      
  405.       
  406.    <para>The following mouse pointers are shown when dragging an item such as a file, or a piece of text. 
  407.    They indicate the result of releasing the mouse button to drop the 
  408.    object being moved.</para>      
  409.       
  410.     <variablelist>      
  411.       <varlistentry>
  412.         <term>
  413.           <inlinemediaobject>
  414.             <imageobject>
  415.               <imagedata format="PNG"
  416.                          fileref="figures/move_pointer.png"/>
  417.             </imageobject>
  418.             <textobject>
  419.               <phrase>Move pointer.</phrase>
  420.             </textobject>
  421.           </inlinemediaobject>
  422.           Move pointer
  423.         </term>
  424.         <listitem><para>This pointer indicates that when you drop the object,
  425.         the object is moved from
  426.         the old location to the new location.</para></listitem>
  427.       </varlistentry>
  428.       <varlistentry>
  429.         <term>
  430.           <inlinemediaobject>
  431.             <imageobject>
  432.               <imagedata format="PNG"
  433.                          fileref="figures/copy_pointer.png"/>
  434.             </imageobject>
  435.             <textobject>
  436.               <phrase>Copy pointer.</phrase>
  437.             </textobject>
  438.           </inlinemediaobject>
  439.           Copy pointer
  440.         </term>
  441.         <listitem><para>This pointer indicates that when you drop the object, 
  442.         a copy of the object is
  443.         created where you drop it.</para></listitem>
  444.       </varlistentry>
  445.       <varlistentry>
  446.         <term>
  447.           <inlinemediaobject>
  448.             <imageobject>
  449.               <imagedata format="PNG"
  450.                          fileref="figures/link_pointer.png"/>
  451.             </imageobject>
  452.             <textobject>
  453.               <phrase>Symbolic link pointer.</phrase>
  454.             </textobject>
  455.           </inlinemediaobject>
  456.           Symbolic link pointer
  457.         </term>
  458.         <listitem><para>This pointer 
  459.         indicates that when you drop the object, a <firstterm>symbolic
  460.         link</firstterm> to the object is created where you drop the object.
  461.         A symbolic link is a special type of file that points to another file
  462.         or folder. For more on this, see <xref linkend="nautilus-symlink"/>.</para></listitem>
  463.       </varlistentry>
  464.       <varlistentry>
  465.         <term>
  466.           <inlinemediaobject>
  467.             <imageobject>
  468.               <imagedata format="PNG"
  469.                          fileref="figures/ask_pointer.png"/>
  470.             </imageobject>
  471.             <textobject>
  472.               <phrase>Ask pointer.</phrase>
  473.             </textobject>
  474.           </inlinemediaobject>
  475.           Ask pointer
  476.         </term>
  477.         <listitem><para>This pointer 
  478.         indicates that when you drop the object, you will be given a choice of what to do. A menu will open to allow you to choose which operation you would like to perform.
  479.         For instance, you may be able to move, copy, or
  480.         create a symbolic link.</para></listitem>
  481.       </varlistentry>
  482.       <varlistentry>
  483.         <term>
  484.           <inlinemediaobject>
  485.             <imageobject>
  486.               <imagedata format="PNG"
  487.                          fileref="figures/not_available_pointer.png"/>
  488.             </imageobject>
  489.             <textobject>
  490.               <phrase>Not available pointer.</phrase>
  491.             </textobject>
  492.           </inlinemediaobject>
  493.           Not available pointer
  494.         </term>
  495.         <listitem><para>This pointer indicates that you cannot 
  496.         drop the object at the current location. Releasing the mouse button now will have no effect: the dragged object will be returned to its starting location.</para></listitem>
  497.       </varlistentry>
  498.       <varlistentry>
  499.         <term>
  500.           <inlinemediaobject>
  501.             <imageobject>
  502.               <imagedata format="PNG"
  503.                          fileref="figures/fleur_pointer.png"/>
  504.             </imageobject>
  505.             <textobject>
  506.               <phrase>Move panel object pointer.</phrase>
  507.             </textobject>
  508.           </inlinemediaobject>
  509.           Move panel object pointer
  510.         </term>
  511.         <listitem><para>This pointer appears when you drag a panel or a panel object
  512.         with the middle mouse button.
  513.         See <xref linkend="panels"/> for more information on panels.</para></listitem>
  514.       </varlistentry>
  515.       <varlistentry>
  516.         <term>
  517.           <inlinemediaobject>
  518.             <imageobject>
  519.               <imagedata format="PNG"
  520.                          fileref="figures/fleur_pointer.png"/>
  521.             </imageobject>
  522.             <textobject>
  523.               <phrase>Move window pointer.</phrase>
  524.             </textobject>
  525.           </inlinemediaobject>
  526.           Move window pointer
  527.         </term>
  528.         <listitem><para>This pointer appears when you drag a window to move it.
  529.         See <xref linkend="windows-manipulating"/> for more information on moving windows.</para></listitem>
  530.       </varlistentry>
  531.  
  532.     </variablelist>
  533.   </section>
  534. </section>
  535.  
  536. <section id="keyboard-skills">
  537.   <title>Keyboard Skills</title>
  538.  
  539.   <!-- Maintained for 2.8 compatibility -->
  540.   <anchor id="gosbasic-51"/>
  541.  
  542.   <indexterm>
  543.     <primary>basic skills</primary>
  544.     <secondary>keyboard skills</secondary>
  545.   </indexterm>
  546.   <indexterm>
  547.     <primary>keyboard</primary>
  548.     <secondary>basic skills</secondary>
  549.   </indexterm>
  550.  
  551.   <para>For almost every task that you can perform with the mouse, you can use
  552.   the keyboard to perform the same task.  <firstterm>Shortcut keys</firstterm>
  553.   are keys that provide you with a quick way to perform a task.</para>
  554.  
  555.   <para>You can use shortcut keys to perform general GNOME Desktop tasks and
  556.   to work with interface items such as panels and windows. You can also use
  557.   shortcut keys in applications. To customize your shortcut keys, use the
  558.   <application>Keyboard Shortcuts</application> preference tool.  See
  559.   <xref linkend="prefs-keyboard-shortcuts"/> for more information about
  560.   configuring keyboard shortcuts.</para>
  561.  
  562.   <note><para>Many PC keyboards come with two special keys for the Windows operating system: a key with a Microsoft Windows‚Ñ¢ logo and a key for accessing context menus.</para>
  563.   <para>In GNOME, the Windows key is often configured to
  564.   act as an additional modifier key, called the <firstterm>Super key</firstterm>.
  565.   The context menu key can be used to access the context menu of the selected
  566.   item, just as the <keycombo><keycap>Shift</keycap><keycap>F10</keycap></keycombo>
  567.   keyboard shortcut can.</para></note>
  568.  
  569.   <para>You can also modify the GNOME Desktop preferences to use keyboard
  570.   accessibility features.  See <xref linkend="prefs-keyboard-a11y"/> for
  571.   more information about the keyboard accessibility features.</para>
  572.  
  573.   <para>The following sections describe the shortcut keys that you can use
  574.   throughout the desktop and applications.</para>
  575.  
  576.   <section id="shortcuts-global">
  577.     <title>Global Shortcut Keys</title>
  578.  
  579.     <!-- Maintained for 2.8 compatibility -->
  580.     <anchor id="gosbasic-62"/>
  581.  
  582.     <indexterm>
  583.       <primary>shortcut keys</primary>
  584.       <secondary>global</secondary>
  585.     </indexterm>
  586.  
  587.     <para>Global shortcut keys enable you to use the keyboard to perform tasks
  588.     related to your desktop, rather than tasks on the currently selected window
  589.     or application.  The following table lists some global shortcut keys:</para>
  590.  
  591.     <informaltable frame="topbot">
  592.       <tgroup cols="2" colsep="0" rowsep="0">
  593.         <colspec colname="colspec0" colwidth="35.67*"/>
  594.         <colspec colname="colspec1" colwidth="64.33*"/>
  595.         <thead>
  596.           <row rowsep="1">
  597.             <entry>
  598.               <para>Shortcut Key</para>
  599.             </entry>
  600.             <entry>
  601.               <para>Function</para>
  602.             </entry>
  603.           </row>
  604.         </thead>
  605.         <tbody>
  606.           <row>
  607.             <entry colname="colspec0" valign="top">
  608.               <para><keycombo>
  609.                 <keycap>Alt</keycap><keycap>F1</keycap>
  610.               </keycombo></para>
  611.             </entry>
  612.             <entry colname="colspec1" valign="top">
  613.               <para>Open the <guimenu>Applications Menu</guimenu>.</para>
  614.             </entry>
  615.           </row>
  616.           <row>
  617.             <entry colname="colspec0" valign="top">
  618.               <para><keycombo>
  619.                 <keycap>Alt</keycap><keycap>F2</keycap>
  620.               </keycombo></para>
  621.             </entry>
  622.             <entry colname="colspec1" valign="top">
  623.               <para>Display the <guilabel>Run Application</guilabel>
  624.               dialog.  See <xref linkend="tools-run-app"/> for more
  625.               information.</para>
  626.             </entry>
  627.           </row>
  628.           <row>
  629.             <entry colname="colspec0" valign="top">
  630.               <para>
  631.                 <keycap>Print Screen</keycap>
  632.               </para>
  633.             </entry>
  634.             <entry colname="colspec1" valign="top">
  635.               <para>Take a screenshot of the entire desktop.  See
  636.               <xref linkend="tools-screenshot"/> for more information.</para>
  637.             </entry>
  638.           </row>
  639.           <row>
  640.             <entry colname="colspec0" valign="top">
  641.               <para><keycombo>
  642.                 <keycap>Alt</keycap><keycap>Print Screen</keycap>
  643.               </keycombo></para>
  644.             </entry>
  645.             <entry colname="colspec1" valign="top">
  646.               <para>Take a screenshot of the currently focused window.</para>
  647.             </entry>
  648.           </row>
  649.           <row>
  650.             <entry colname="colspec0" valign="top">
  651.               <para><keycombo>
  652.                 <keycap>Ctrl</keycap><keycap>Alt</keycap>
  653.                 <keycap>Arrow keys</keycap>
  654.               </keycombo></para>
  655.             </entry>
  656.             <entry colname="colspec1" valign="top">
  657.               <para>Switch to the workspace to the specified direction of the
  658.               current workspace.  See <xref linkend="overview-workspaces"/> for
  659.               more information on working with multiple workspaces.</para>
  660.             </entry>
  661.           </row>
  662.           <row>
  663.             <entry colname="colspec0" valign="top">
  664.               <para><keycombo>
  665.                 <keycap>Ctrl</keycap><keycap>Alt</keycap>
  666.                 <keycap>D</keycap></keycombo>
  667.               </para>
  668.             </entry>
  669.             <entry colname="colspec1" valign="top">
  670.               <para>Minimize all windows and give focus to the desktop.</para>
  671.             </entry>
  672.           </row>
  673.           <row>
  674.             <entry colname="colspec0" valign="top">
  675.               <para><keycombo>
  676.                 <keycap>Alt</keycap><keycap>Tab</keycap>
  677.               </keycombo></para>
  678.             </entry>
  679.             <entry colname="colspec1" valign="top">
  680.               <para>Switch between windows.  A list of windows that you can
  681.               select is displayed. Release the keys to select a window.  You
  682.               can press the <keycap>Shift</keycap> key to cycle through the
  683.               windows in reverse order.</para>
  684.             </entry>
  685.           </row>
  686.           <row>
  687.             <entry colname="colspec0" valign="top">
  688.               <para><keycombo>
  689.                 <keycap>Ctrl</keycap><keycap>Alt</keycap>
  690.                 <keycap>Tab</keycap></keycombo>
  691.               </para>
  692.             </entry>
  693.             <entry colname="colspec1" valign="top">
  694.               <para>Switch the focus between the panels and the desktop.
  695.               A list of items that you can select is displayed.  Release the
  696.               keys to select an item.  You can press the <keycap>Shift</keycap>
  697.               key to cycle through the items in reverse order.</para>
  698.             </entry>
  699.           </row>
  700.         </tbody>
  701.       </tgroup>
  702.     </informaltable>
  703.   </section>
  704.  
  705.   <section id="shortcuts-window">
  706.     <title>Window Shortcut Keys</title>
  707.  
  708.     <!-- Maintained for 2.8 compatibility -->
  709.     <anchor id="gosbasic-58"/>
  710.  
  711.     <indexterm>
  712.       <primary>shortcut keys</primary>
  713.       <secondary>window</secondary>
  714.     </indexterm>
  715.  
  716.     <para>Window shortcut keys allow you to use the keyboard to perform
  717.     tasks on the currently focused window.  The following table lists
  718.     some window shortcut keys:</para>
  719.  
  720.     <informaltable frame="topbot">
  721.       <tgroup cols="2" colsep="0" rowsep="0">
  722.         <colspec colname="colspec0" colwidth="35.67*"/>
  723.         <colspec colname="colspec1" colwidth="64.33*"/>
  724.         <thead>
  725.           <row rowsep="1">
  726.             <entry>
  727.               <para>Shortcut Key</para>
  728.             </entry>
  729.             <entry>
  730.               <para>Function</para>
  731.             </entry>
  732.           </row>
  733.         </thead>
  734.         <tbody>
  735.           <row>
  736.             <entry colname="colspec0" valign="top">
  737.               <para><keycombo>
  738.                 <keycap>Alt</keycap><keycap>Tab</keycap>
  739.               </keycombo></para>
  740.             </entry>
  741.             <entry colname="colspec1" valign="top">
  742.               <para>Switch between windows.  A list of windows that you can
  743.               select is displayed. Release the keys to select a window.  You
  744.               can press the <keycap>Shift</keycap> key to cycle through the
  745.               windows in reverse order.</para>
  746.             </entry>
  747.           </row>
  748.           <row>
  749.             <entry colname="colspec0" valign="top">
  750.               <para><keycombo>
  751.                 <keycap>Alt</keycap><keycap>F4</keycap>
  752.               </keycombo></para>
  753.             </entry>
  754.             <entry colname="colspec1" valign="top">
  755.               <para>Close the currently focused window.</para>
  756.             </entry>
  757.           </row>
  758.           <row>
  759.             <entry colname="colspec0" valign="top">
  760.               <para><keycombo>
  761.                 <keycap>Alt</keycap><keycap>F5</keycap>
  762.               </keycombo></para>
  763.             </entry>
  764.             <entry colname="colspec1" valign="top">
  765.               <para>Unmaximize the current window, if it is maximized.</para>
  766.             </entry>
  767.           </row>
  768.           <row>
  769.             <entry colname="colspec0" valign="top">
  770.               <para><keycombo>
  771.                 <keycap>Alt</keycap><keycap>F7</keycap>
  772.               </keycombo></para>
  773.             </entry>
  774.             <entry colname="colspec1" valign="top">
  775.               <para>Move the currently focused window.  After pressing this
  776.               shortcut, you can move the window using either the mouse or
  777.               the arrow keys.  To finish the move, click the mouse or press
  778.               any key on the keyboard.</para>
  779.             </entry>
  780.           </row>
  781.           <row>
  782.             <entry colname="colspec0" valign="top">
  783.               <para><keycombo>
  784.                 <keycap>Alt</keycap><keycap>F8</keycap>
  785.               </keycombo></para>
  786.             </entry>
  787.             <entry colname="colspec1" valign="top">
  788.               <para>Resize the currently focused window.  After pressing this
  789.               shortcut, you can resize the window using either the mouse or
  790.               the arrow keys.  To finish the resize, click the mouse or press
  791.               any key on the keyboard.</para>
  792.             </entry>
  793.           </row>
  794.           <row>
  795.             <entry colname="colspec0" valign="top">
  796.               <para><keycombo>
  797.                 <keycap>Alt</keycap><keycap>F9</keycap>
  798.               </keycombo></para>
  799.             </entry>
  800.             <entry colname="colspec1" valign="top">
  801.               <para>Minimize the current window.</para>
  802.             </entry>
  803.           </row>
  804.           <row>
  805.             <entry colname="colspec0" valign="top">
  806.               <para><keycombo>
  807.                 <keycap>Alt</keycap><keycap>F10</keycap>
  808.               </keycombo></para>
  809.             </entry>
  810.             <entry colname="colspec1" valign="top">
  811.               <para>Maximize the current window.</para>
  812.             </entry>
  813.           </row>
  814.           <row>
  815.             <entry colname="colspec0" valign="top">
  816.               <para><keycombo>
  817.                 <keycap>Alt</keycap><keycap>spacebar</keycap>
  818.               </keycombo></para>
  819.             </entry>
  820.             <entry colname="colspec1" valign="top">
  821.               <para>Open the window menu for the currently selected window.  The
  822.               window menu allows you to perform actions on the window, such as
  823.               minimizing, moving between workspaces, and closing.</para>
  824.             </entry>
  825.           </row>
  826.           <row>
  827.             <entry colname="colspec0" valign="top">
  828.               <para><keycombo>
  829.                 <keycap>Shift</keycap><keycap>Ctrl</keycap><keycap>Alt</keycap>
  830.                 <keycap>Arrow keys</keycap>
  831.               </keycombo></para>
  832.             </entry>
  833.             <entry colname="colspec1" valign="top">
  834.               <para>Move the current window to another workspace in the
  835.               specified direction.  See <xref linkend="overview-workspaces"/>
  836.               for more information on working with multiple workspaces.</para>
  837.             </entry>
  838.           </row>
  839.         </tbody>
  840.       </tgroup>
  841.     </informaltable>
  842.   </section>
  843.  
  844.   <section id="shortcuts-apps">
  845.     <title>Application Keys</title>
  846.  
  847.     <!-- Maintained for 2.8 compatibility -->
  848.     <anchor id="gosbasic-59"/>
  849.     <anchor id="gosbasic-61"/> <!-- was Panel Shortcut Keys -->
  850.  
  851.     <indexterm>
  852.       <primary>shortcut keys</primary>
  853.       <secondary>application</secondary>
  854.     </indexterm>
  855.  
  856.     <para>Application shortcut keys enable you to perform application
  857.     tasks. You can use shortcut keys to perform application tasks more
  858.     quickly than if you use a mouse. The following table lists some
  859.     common application shortcut keys:</para>
  860.  
  861.     <informaltable frame="topbot">
  862.       <tgroup cols="2" colsep="0" rowsep="0">
  863.         <colspec colname="colspec0" colwidth="45.00*"/>
  864.         <colspec colname="colspec1" colwidth="55.00*"/>
  865.         <thead>
  866.           <row rowsep="1">
  867.             <entry>
  868.               <para>Shortcut Key</para>
  869.             </entry>
  870.             <entry>
  871.               <para>Action</para>
  872.             </entry>
  873.           </row>
  874.         </thead>
  875.         <tbody>
  876.           <row>
  877.             <entry colname="colspec0" valign="top">
  878.               <para><keycombo>
  879.                 <keycap>Ctrl</keycap><keycap>N</keycap>
  880.               </keycombo></para>
  881.             </entry>
  882.             <entry colname="colspec1" valign="top">
  883.               <para>Create a new document or window.</para>
  884.             </entry>
  885.           </row>
  886.           <row>
  887.             <entry colname="colspec0" valign="top">
  888.               <para><keycombo>
  889.                 <keycap>Ctrl</keycap><keycap>X</keycap>
  890.               </keycombo></para>
  891.             </entry>
  892.             <entry colname="colspec1" valign="top">
  893.               <para>Cut the selected text or region and place it on
  894.               the clipboard.</para>
  895.             </entry>
  896.           </row>
  897.           <row>
  898.             <entry colname="colspec0" valign="top">
  899.               <para><keycombo>
  900.                 <keycap>Ctrl</keycap><keycap>C</keycap>
  901.               </keycombo></para>
  902.             </entry>
  903.             <entry colname="colspec1" valign="top">
  904.               <para>Copy the selected text or region onto the clipboard.</para>
  905.             </entry>
  906.           </row>
  907.           <row>
  908.             <entry colname="colspec0" valign="top">
  909.               <para><keycombo>
  910.                 <keycap>Ctrl</keycap><keycap>V</keycap>
  911.               </keycombo></para>
  912.             </entry>
  913.             <entry colname="colspec1" valign="top">
  914.               <para>Paste the contents of the clipboard.</para>
  915.             </entry>
  916.           </row>
  917.           <row>
  918.             <entry colname="colspec0">
  919.               <para><keycombo>
  920.                 <keycap>Ctrl</keycap><keycap>Z</keycap>
  921.               </keycombo></para>
  922.             </entry>
  923.             <entry colname="colspec1">
  924.               <para>Undo the last action.</para>
  925.             </entry>
  926.           </row>
  927.           <row>
  928.             <entry colname="colspec0">
  929.               <para><keycombo>
  930.                 <keycap>Ctrl</keycap><keycap>S</keycap>
  931.               </keycombo></para>
  932.             </entry>
  933.             <entry colname="colspec1">
  934.               <para>Save the current document to disk.</para>
  935.             </entry>
  936.           </row>
  937.           <row>
  938.             <entry colname="colspec0">
  939.               <para><keycap>F1</keycap></para>
  940.             </entry>
  941.             <entry colname="colspec1">
  942.               <para>Load the online help document for the application.</para>
  943.             </entry>
  944.           </row>
  945.         </tbody>
  946.       </tgroup>
  947.     </informaltable>
  948.  
  949.     <para>In addition to these shortcut keys, all applications support a set
  950.     of keys to navigate and work with the user interface.  These keys allow
  951.     you to perform operations that you might normally perform with a mouse.
  952.     The following table describes some interface control keys:</para>
  953.  
  954.     <informaltable frame="topbot">
  955.       <tgroup cols="2" colsep="0" rowsep="0">
  956.         <colspec colname="colspec0" colwidth="45.00*"/>
  957.         <colspec colname="colspec1" colwidth="55.00*"/>
  958.         <thead>
  959.           <row rowsep="1">
  960.             <entry>
  961.               <para>Keys</para>
  962.             </entry>
  963.             <entry>
  964.               <para>Action</para>
  965.             </entry>
  966.           </row>
  967.         </thead>
  968.         <tbody>
  969.           <row>
  970.             <entry colname="colspec0" valign="top">
  971.               <para>Arrow keys or <keycap>Tab</keycap></para>
  972.             </entry>
  973.             <entry colname="colspec1" valign="top">
  974.               <para>Move between controls in the interface or items
  975.               in a list.</para>
  976.             </entry>
  977.           </row>
  978.           <row>
  979.             <entry colname="colspec0" valign="top">
  980.               <para><keycap>Enter</keycap> or <keycap>spacebar</keycap></para>
  981.             </entry>
  982.             <entry colname="colspec1" valign="top">
  983.               <para>Activate or choose the selected item.</para>
  984.             </entry>
  985.           </row>
  986.           <row>
  987.             <entry colname="colspec0" valign="top">
  988.               <para><keycap>F10</keycap></para>
  989.             </entry>
  990.             <entry colname="colspec1" valign="top">
  991.               <para>Activate the left-most menu of the application window.</para>
  992.             </entry>
  993.           </row>
  994.           <row>
  995.             <entry colname="colspec0" valign="top">
  996.               <para><keycombo>
  997.                 <keycap>Shift</keycap><keycap>F10</keycap>
  998.               </keycombo></para>
  999.             </entry>
  1000.             <entry colname="colspec1" valign="top">
  1001.               <para>Activate the context menu for the selected item.</para>
  1002.             </entry>
  1003.           </row>
  1004.           <row>
  1005.             <entry colname="colspec0" valign="top">
  1006.               <para><keycap>Esc</keycap></para>
  1007.             </entry>
  1008.             <entry colname="colspec1" valign="top">
  1009.               <para>Close a menu without selecting a menu item,
  1010.               or cancel a drag operation.</para>
  1011.             </entry>
  1012.           </row>
  1013.         </tbody>
  1014.       </tgroup>
  1015.     </informaltable>
  1016.   </section>
  1017.  
  1018.   <section id="shortcuts-access">
  1019.     <title>Access Keys</title>
  1020.  
  1021.     <!-- Maintained for 2.8 compatibility -->
  1022.     <anchor id="gosbasic-63"/>
  1023.  
  1024.     <indexterm>
  1025.       <primary>access keys</primary>
  1026.     </indexterm>
  1027.  
  1028.     <para>A <firstterm>menubar</firstterm> is a bar at the top of a window that
  1029.     contains the menus for the application.  An <firstterm>access key</firstterm>
  1030.     is an underlined letter in a menubar, menu, or dialog that you can use to
  1031.     perform an action.  On a menubar, the access key for each menu is
  1032.     underlined.</para>
  1033.  
  1034.     <para>To open a menu, hold the <keycap>Alt</keycap> key, then press the
  1035.     access key.  In the menu, the access key for each menu item is underlined.
  1036.     To choose a menu item when a menu is displayed, you can simply press the
  1037.     access key for the menu item.</para>
  1038.  
  1039.     <para>For example, to open a new window in the <application>Help</application>
  1040.     application, press <keycombo><keycap>Alt</keycap><keycap>F</keycap></keycombo>
  1041.     to open the <guimenu>File</guimenu> menu, then press <keycap>N</keycap> to
  1042.     activate the <guimenuitem>New Window</guimenuitem> menu item.</para>
  1043.  
  1044.     <para>You can also use access keys to access elements in a dialog.  In a dialog,
  1045.     one letter in most dialog elements is underlined. To access a particular dialog
  1046.     element, hold <keycap>Alt</keycap>, then press the access key.</para>
  1047.   </section>
  1048. </section>
  1049.  
  1050. </chapter>
  1051.