Hook up attach file shortcut, add it to user guide. Bug 743565.
This commit is contained in:
parent
2592d7fceb
commit
32a7f76360
2 changed files with 9 additions and 3 deletions
|
|
@ -120,11 +120,15 @@
|
|||
<td><p> <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq> </p></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<section id="composer">
|
||||
<title>Composer shortcuts</title>
|
||||
<p>These shortcuts are active whenever focus is in a composer.</p>
|
||||
<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>
|
||||
<td><p>Quote text</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>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<p>These shortcuts are only active in composers in rich text mode.</p>
|
||||
<table frame="all" rules="rows">
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
<ui>
|
||||
<accelerator action="undo" />
|
||||
<accelerator action="redo" />
|
||||
|
||||
|
||||
<accelerator action="add attachment" />
|
||||
|
||||
<accelerator action="cut" />
|
||||
<accelerator action="copy" />
|
||||
<accelerator action="copy link" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue