Hook up attach file shortcut, add it to user guide. Bug 743565.

This commit is contained in:
Michael James Gratton 2016-06-09 00:20:23 +10:00
parent 2592d7fceb
commit 32a7f76360
2 changed files with 9 additions and 3 deletions

View file

@ -120,11 +120,15 @@
<td><p> <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> </p></td> <td><p> <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> </p></td>
</tr> </tr>
</table> </table>
<section id="composer"> <section id="composer">
<title>Composer shortcuts</title> <title>Composer shortcuts</title>
<p>These shortcuts are active whenever focus is in a composer.</p> <p>These shortcuts are active whenever focus is in a composer.</p>
<table frame="all" rules="rows"> <table frame="all" rules="rows">
<tr>
<td><p>Attach file</p></td>
<td><p><keyseq><key>Ctrl</key><key>T</key></keyseq></p></td>
</tr>
<tr> <tr>
<td><p>Quote text</p></td> <td><p>Quote text</p></td>
<td><p> <keyseq><key>Ctrl</key><key>]</key></keyseq> </p></td> <td><p> <keyseq><key>Ctrl</key><key>]</key></keyseq> </p></td>
@ -142,7 +146,7 @@
<td><p> <keyseq><key>Ctrl</key><key>D</key></keyseq> </p></td> <td><p> <keyseq><key>Ctrl</key><key>D</key></keyseq> </p></td>
</tr> </tr>
</table> </table>
<p>These shortcuts are only active in composers in rich text mode.</p> <p>These shortcuts are only active in composers in rich text mode.</p>
<table frame="all" rules="rows"> <table frame="all" rules="rows">
<tr> <tr>

View file

@ -1,7 +1,9 @@
<ui> <ui>
<accelerator action="undo" /> <accelerator action="undo" />
<accelerator action="redo" /> <accelerator action="redo" />
<accelerator action="add attachment" />
<accelerator action="cut" /> <accelerator action="cut" />
<accelerator action="copy" /> <accelerator action="copy" />
<accelerator action="copy link" /> <accelerator action="copy link" />