talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

keyboard.xml (8458B)


      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>
      8 	Although Claws Mail is a graphical application and can mainly be 
      9 	commanded with your mouse, it also requires the frequent use of the 
     10 	keyboard. Composing a mail is the most common of the tasks that 
     11 	require the use of the keyboard. For people who write a lot of mails, 
     12 	having to move hands from keyboard to mouse greatly reduces 
     13 	productivity, so Claws Mail provides keyboard shortcuts to allow 
     14 	faster operation.
     15     </para>
     16     <para>
     17 	This not only benefits power users by providing keyboard alternatives 
     18 	and keyboard navigation, it also enables people with disabilities, 
     19 	(who may not be able to properly control a pointing device), to use 
     20 	Claws Mail.
     21     </para>
     22     <para>
     23 	The most general convention is the <option>Escape</option> key. Focused 
     24 	dialogues or windows can be closed by hitting the <option>Esc</option> 
     25 	key.
     26     </para>
     27     <para>
     28 	There are other key combinations which are assigned by default to menu 
     29 	items. We won't list these here, as they are already shown on the 
     30 	righthand side of the menus themselves, so you can easily learn them 
     31 	with usage. Furthermore, if you don't like them, these shortcuts can be 
     32 	changed on the fly by focusing on the menu item and pressing the 
     33 	desired key combination.
     34     </para>
     35     <para>
     36 	In addition to these shortcuts there are others which vary from window 
     37 	to window, which are summarised in the following sections.
     38     </para>
     39   </section>
     40 
     41   <section id="keyb_mail">
     42     <title>Main window</title>
     43     <informaltable frame="topbot">
     44       <tgroup cols="2">
     45         <colspec colwidth="*" />
     46         <colspec colwidth="4*" />
     47 	<thead>
     48           <row><entry>Shortcut</entry><entry></entry></row>
     49 	</thead>
     50         <tbody>
     51 	  <row><entry><option>Ctrl+p</option></entry><entry>Print...</entry></row>
     52 	  <row><entry><option>Ctrl+w</option></entry><entry>Work offline</entry></row>
     53 	  <row><entry><option>Ctrl+Shift+s</option></entry><entry>Synchronise folders</entry></row>
     54 	  <row><entry><option>Ctrl+s</option></entry><entry>Save as...</entry></row>
     55 	  <row><entry><option>Ctrl+q</option></entry><entry>Exit</entry></row>
     56 	  <row><entry><option>Ctrl+c</option></entry><entry>Copy</entry></row>
     57 	  <row><entry><option>Ctrl+a</option></entry><entry>Select all</entry></row>
     58 	  <row><entry><option>Ctrl+f</option></entry><entry>Find in current message...</entry></row>
     59 	  <row><entry><option>Shift+Ctrl+f</option></entry><entry>Search folder...</entry></row>
     60 	  <row><entry><option>Ctrl+t</option></entry><entry>Toggle threaded display</entry></row>
     61           <row><entry><option>n</option></entry><entry>Go to next mail in Message List. The <option>Down</option> arrow does the same.</entry></row>
     62           <row><entry><option>p</option></entry><entry>Go to previous mail. The <option>Up</option> arrow is a synonym.</entry></row>
     63 	  <row><entry><option>Shift+n</option></entry><entry>Go to next unread mail.</entry></row>
     64           <row><entry><option>Shift+p</option></entry><entry>Go to previous unread mail.</entry></row>
     65 	  <row><entry><option>g</option></entry><entry>Go to other folder...</entry></row>
     66 	  <row><entry><option>Ctrl+u</option></entry><entry>Show message source</entry></row>
     67 	  <row><entry><option>Ctrl+h</option></entry><entry>Show all message headers</entry></row>
     68 	  <row><entry><option>v</option></entry><entry>Toggles the message view panel visibility. When invisible, Message List expands itself to fill the full window height and more summary lines are displayed.</entry></row>
     69 	  <row><entry><option>/</option></entry><entry>Positions the cursor on the Quicksearch field, also opening the Quicksearch panel if needed.</entry></row>
     70 	  <row><entry><option>Ctrl+Alt+u</option></entry><entry>Update summary</entry></row>
     71 	  <row><entry><option>Ctrl+i</option></entry><entry>Get mail from current account</entry></row>
     72 	  <row><entry><option>Shift+Ctrl+i</option></entry><entry>Get mail from all accounts</entry></row>
     73 	  <row><entry><option>Ctrl+m</option></entry><entry>Compose a new message</entry></row>
     74 	  <row><entry><option>Ctrl+r</option></entry><entry>Reply</entry></row>
     75 	  <row><entry><option>Shift+Ctrl+r</option></entry><entry>Reply to all</entry></row>
     76 	  <row><entry><option>Ctrl+l</option></entry><entry>Reply to mailing list</entry></row>
     77 	  <row><entry><option>Ctrl+Alt+f</option></entry><entry>Forward message</entry></row>
     78 	  <row><entry><option>Ctrl+o</option></entry><entry>Move...</entry></row>
     79 	  <row><entry><option>Shift+Ctrl+o</option></entry><entry>Copy...</entry></row>
     80 	  <row><entry><option>Ctrl+d</option></entry><entry>Move to trash</entry></row>
     81 	  <row><entry><option>Shift+d</option></entry><entry>Empty all Trash folders</entry></row>
     82 	  <row><entry><option>Shift+*</option></entry><entry>Mark message</entry></row>
     83 	  <row><entry><option>u</option></entry><entry>Unmark message</entry></row>
     84 	  <row><entry><option>Shift+!</option></entry><entry>Mark message as unread</entry></row>
     85 	  <row><entry><option>Shift+Ctrl+a</option></entry><entry>Open address book</entry></row>
     86 	  <row><entry><option>x</option></entry><entry>Execute</entry></row>
     87 	  <row><entry><option>Shift+Ctrl+l</option></entry><entry>Open log window</entry></row>
     88 	  <row><entry><option>Ctrl+F12</option></entry><entry>Toggles menu bar visibility</entry></row>
     89 	  <row><entry><option>Ctrl+&lt;wheel-&uarr;&gt;</option></entry>
     90 		<entry>When focused on message view, increases displayed font size.</entry></row>
     91 	  <row><entry><option>Ctrl+&lt;wheel-&darr;&gt;</option></entry>
     92 		<entry>When focused on message view, decreases displayed font size.</entry></row>
     93         </tbody>
     94       </tgroup>
     95     </informaltable>
     96   </section>
     97 
     98   <section id="keyb_compose">
     99     <title>Compose window</title>
    100     <informaltable frame="topbot">
    101      <tgroup cols="2">
    102      <colspec colwidth="*" />
    103      <colspec colwidth="4*" />
    104      <thead>
    105 	<row><entry>Shortcut</entry><entry></entry></row>
    106      </thead>
    107       <tbody>
    108 	  <row><entry><option>Ctrl+Return</option></entry><entry>Send</entry></row>
    109 	  <row><entry><option>Shift+Ctrl+s</option></entry><entry>Send later</entry></row>
    110 	  <row><entry><option>Ctrl+m</option></entry><entry>Attach file</entry></row>
    111 	  <row><entry><option>Ctrl+i</option></entry><entry>Insert file</entry></row>
    112 	  <row><entry><option>Ctrl+g</option></entry><entry>Insert signature</entry></row>
    113 	  <row><entry><option>Ctrl+s</option></entry><entry>Save</entry></row>
    114 	  <row><entry><option>Ctrl+w</option></entry><entry>Close</entry></row>
    115 	  <row><entry><option>Ctrl+z</option></entry><entry>Undo</entry></row>
    116 	  <row><entry><option>Ctrl+y</option></entry><entry>Redo</entry></row>
    117 	  <row><entry><option>Ctrl+x</option></entry><entry>Cut</entry></row>
    118 	  <row><entry><option>Ctrl+c</option></entry><entry>Copy</entry></row>
    119 	  <row><entry><option>Ctrl+v</option></entry><entry>Paste</entry></row>
    120 	  <row><entry><option>Ctrl+a</option></entry><entry>Select all</entry></row>
    121 	  <row><entry><option>Ctrl+b</option></entry><entry>Move a character backward</entry></row>
    122 	  <row><entry><option>Ctrl+f</option></entry><entry>Move a character forward</entry></row>
    123 	  <row><entry><option>Ctrl+e</option></entry><entry>Move to end of line</entry></row>
    124 	  <row><entry><option>Ctrl+p</option></entry><entry>Move a previous line</entry></row>
    125 	  <row><entry><option>Ctrl+n</option></entry><entry>Move a next line</entry></row>
    126 	  <row><entry><option>Ctrl+h</option></entry><entry>Delete a character backward</entry></row>
    127 	  <row><entry><option>Ctrl+d</option></entry><entry>Delete a character forward</entry></row>
    128 	  <row><entry><option>Ctrl+u</option></entry><entry>Delete line</entry></row>
    129 	  <row><entry><option>Ctrl+k</option></entry><entry>Delete to end of line</entry></row>
    130 	  <row><entry><option>Ctrl+l</option></entry><entry>Wrap current paragraph</entry></row>
    131 	  <row><entry><option>Ctrl+Alt+l</option></entry><entry>Wrap all long lines</entry></row>
    132 	  <row><entry><option>Shift+Ctrl+l</option></entry><entry>Toggle auto wrapping</entry></row>
    133 	  <row><entry><option>Shift+Ctrl+x</option></entry><entry>Edit with external editor</entry></row>
    134 	  <row><entry><option>Shift+Ctrl+a</option></entry><entry>Open address book</entry></row>
    135       </tbody>
    136      </tgroup>
    137     </informaltable>
    138   </section>
    139 
    140 </appendix>
    141