2005-12-30 [colin] 1.9.100cvs116
[claws.git] / manual / keyboard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <appendix id="ap_keyboard">
3 <title>Default keyboard shortcuts</title>
4
5   <section id="keyb_general">
6     <title>Motivations and general conventions</title>
7     <para>Although Sylpheed-Claws is a graphical application and can be mainly commanded with your preferred point-and-click device, it also requires to use the keyboard frequently. Composing mail is the most common of this keyboard requiring tasks, and there's people who writes lots of mails. Moving hands appart from keyboard greatly reduces productivity for these people, so Sylpheed-Claws tries to provide keyboard shortcuts to allow faster operation.
8     </para>
9     <para>This not only benefits power users: providing keyboard alternatives and keyboard navigation also enables people with disabilities (who may not be able to properly control a pointing device) to use Sylpheed-Claws.
10     </para>
11     <para>The most general convention is the <option>Escape</option> key. Dialogs or windows opened on top of Sylpheed-Claws' main window can be closed by hitting <option>Esc</option> key.
12     </para>
13     <para>There are other key combinations who are assigned by default to options on menus. We won't list these here, as they are already shown on the right side of the menus themselves, so you can easly learn them with the usage. Furthermore, if you don't like them, these shortcuts can be changed on the fly, just by positioning the focus on the menu option and pressing the desired key combination (but only for combinations of keys and Alt, Ctrl and Shift mofifier keys, single keys cannot be assigned)<footnote label="1"><para>This is a standard behaviour of GTK2 library based programs like Sylpheed-Claws. Notice that this behaviour may also appear disabled by default on some desktops.</para></footnote>.
14     </para>
15     <para>Appart from these shortcuts there are others which vary from window to window, which are sumarized in the following sections.
16     </para>
17   </section>
18
19   <section id="keyb_mail">
20     <title>Main window</title>
21     <informaltable frame="topbot">
22       <tgroup cols="2">
23         <colspec colwidth="*" />
24         <colspec colwidth="7*" />
25         <thead>
26           <row><entry>Shortcut</entry><entry></entry></row>
27         </thead>
28         <tbody>
29           <row><entry><option>n</option></entry><entry>Goes to next mail in summaryview. The <option>Up</option> arrow does the same.</entry></row>
30           <row><entry><option>p</option></entry><entry>Goes to previous mail. The <option>Down</option> arrow is a synonym.</entry></row>
31           <row><entry><option>Shift+n</option></entry><entry>Goes to next unread mail.</entry></row>
32           <row><entry><option>Shift+p</option></entry><entry>Goes to previous unread mail.</entry></row>
33           <row><entry><option>v</option></entry><entry>Toggles the message view panel visibility. When invisible, summary view expands itself to fill the full window height and more summary lines are displayed.</entry></row>
34           <row><entry><option>/</option></entry><entry>Positions the cursor on the Quicksearch field, also opening the Quicksearch panel if needed.</entry></row>
35         </tbody>
36       </tgroup>
37     </informaltable>
38   </section>
39
40   <section id="keyb_compose">
41     <title>Compose window</title>
42     <para>
43     </para>
44   </section>
45
46 </appendix>
47