2012-05-04 16:53:48 -07:00
|
|
|
<page xmlns="http://projectmallard.org/1.0/"
|
|
|
|
|
type="topic"
|
|
|
|
|
id="shortcuts">
|
|
|
|
|
|
|
|
|
|
<info>
|
|
|
|
|
<link type="guide" xref="index#overview"/>
|
|
|
|
|
|
2012-09-26 15:34:17 -07:00
|
|
|
<link type="next" xref="label" />
|
2012-05-04 16:53:48 -07:00
|
|
|
</info>
|
|
|
|
|
|
|
|
|
|
<title>Keyboard shortcuts</title>
|
2012-09-26 15:34:17 -07:00
|
|
|
<p>Geary has keyboard shortcuts for most common operations. </p>
|
2012-05-04 16:53:48 -07:00
|
|
|
<table frame="all" rules="rows">
|
|
|
|
|
<tr>
|
2014-03-12 12:12:43 -07:00
|
|
|
<td><p>Compose a new message</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>N</key></keyseq> or <key>N</key></p></td>
|
2012-05-04 16:53:48 -07:00
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2012-09-26 15:34:17 -07:00
|
|
|
<td><p>Reply to sender</p></td>
|
2012-05-04 16:53:48 -07:00
|
|
|
<td><p><keyseq><key>Ctrl</key><key>R</key></keyseq> or <key>R</key></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Reply to all</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>Shift</key><key>R</key></keyseq> or <keyseq><key>Shift</key><key>R</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Forward</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>L</key></keyseq> or <key>F</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Archive</p></td>
|
2014-01-08 11:19:19 -08:00
|
|
|
<td><p> <key>A</key></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Trash</p></td>
|
|
|
|
|
<td><p> <key>Delete</key> or <key>Backspace</key></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Delete</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Shift</key><key>Delete</key></keyseq> or <keyseq><key>Shift</key><key>Backspace</key></keyseq></p></td>
|
2012-05-04 16:53:48 -07:00
|
|
|
</tr>
|
2013-03-19 14:42:22 -07:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Star</p></td>
|
|
|
|
|
<td><p> <key>S</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Unstar</p></td>
|
|
|
|
|
<td><p> <key>D</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Mark read</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>I</key></keyseq> or <keyseq><key>Shift</key><key>I</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Mark unread</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>U</key></keyseq> or <keyseq><key>Shift</key><key>U</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
2016-05-29 23:25:49 +10:00
|
|
|
<tr>
|
2016-10-04 09:54:06 +11:00
|
|
|
<td><p>Move the conversation</p></td>
|
|
|
|
|
<td><p><key>M</key></p></td>
|
2016-05-29 23:25:49 +10:00
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2016-10-04 09:54:06 +11:00
|
|
|
<td><p>Label the conversation</p></td>
|
|
|
|
|
<td><p><key>L</key></p></td>
|
2016-05-29 23:25:49 +10:00
|
|
|
</tr>
|
2015-03-05 17:24:01 -08:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Jump to next (older) conversation</p></td>
|
2016-05-29 22:24:19 +10:00
|
|
|
<td><p><keyseq><key>J</key></keyseq></p></td>
|
2015-03-05 17:24:01 -08:00
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Jump to previous (newer) conversation</p></td>
|
2016-05-29 22:24:19 +10:00
|
|
|
<td><p><keyseq><key>K</key></keyseq></p></td>
|
2015-03-05 17:24:01 -08:00
|
|
|
</tr>
|
2013-03-19 14:42:22 -07:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Toggle spam</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>J</key></keyseq> or <key>!</key> </p></td>
|
|
|
|
|
</tr>
|
2012-05-04 16:53:48 -07:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Quit</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Zoom in</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>=</key></keyseq> or <key>=</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Zoom out</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>-</key></keyseq> or <key>-</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Reset zoom</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>0</key></keyseq> or <key>0</key> </p></td>
|
|
|
|
|
</tr>
|
2013-10-01 17:31:09 -07:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Close composer window</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>W</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Jump to search box</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>S</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Find in current conversation</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>F</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Find next in current conversation</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>G</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Find previous in current conversation</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
2012-05-04 16:53:48 -07:00
|
|
|
</table>
|
2016-06-09 00:20:23 +10:00
|
|
|
|
2014-12-17 01:57:13 -05:00
|
|
|
<section id="composer">
|
|
|
|
|
<title>Composer shortcuts</title>
|
|
|
|
|
<p>These shortcuts are active whenever focus is in a composer.</p>
|
|
|
|
|
<table frame="all" rules="rows">
|
2016-06-09 00:20:23 +10:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Attach file</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>T</key></keyseq></p></td>
|
|
|
|
|
</tr>
|
2014-12-17 01:57:13 -05:00
|
|
|
<tr>
|
|
|
|
|
<td><p>Quote text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>]</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Unquote text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>[</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Close composer</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>W</key></keyseq> or <key>Esc</key> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Detach composer</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>D</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2016-06-09 00:20:23 +10:00
|
|
|
|
2014-12-17 01:57:13 -05:00
|
|
|
<p>These shortcuts are only active in composers in rich text mode.</p>
|
|
|
|
|
<table frame="all" rules="rows">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Bold text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>B</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Italicize text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>I</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Underline text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>U</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Strike text</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>K</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Insert a link</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>L</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Remove formatting</p></td>
|
|
|
|
|
<td><p> <keyseq><key>Ctrl</key><key>Space</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</section>
|
|
|
|
|
|
2017-02-23 14:08:02 +11:00
|
|
|
<section id="conversation">
|
|
|
|
|
<title>Keyboard navigation</title>
|
|
|
|
|
<p>These shortcuts can be used to move the keyboard focus in the main window.</p>
|
|
|
|
|
<table frame="all" rules="rows">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Move focus to the next/previous pane</p></td>
|
|
|
|
|
<td><p><keyseq><key>F6</key></keyseq> / <keyseq><key>Shift</key><key>F6</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Move focus to conversation list</p></td>
|
|
|
|
|
<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq> </p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Move to the next message in a conversation</p></td>
|
|
|
|
|
<td><p>
|
|
|
|
|
<keyseq><key>Space</key></keyseq>
|
|
|
|
|
</p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Move to the next/previous message in a conversation</p></td>
|
|
|
|
|
<td><p>
|
|
|
|
|
<keyseq><key>Ctrl</key><key>Down</key></keyseq> /
|
|
|
|
|
<keyseq><key>Ctrl</key><key>Up</key></keyseq>
|
|
|
|
|
</p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><p>Move to the first/last message in a conversation</p></td>
|
|
|
|
|
<td><p>
|
|
|
|
|
<keyseq><key>Ctrl</key><key>Home</key></keyseq> /
|
|
|
|
|
<keyseq><key>Ctrl</key><key>End</key></keyseq>
|
|
|
|
|
</p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</section>
|
2012-05-04 16:53:48 -07:00
|
|
|
|
2017-02-23 14:08:02 +11:00
|
|
|
</page>
|