client/posts: add shortcut for deleting posts

This commit is contained in:
Robin Appelman
2017-09-21 19:42:56 +02:00
committed by rr-
parent 6d78c5e55d
commit 253e28c1b5
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,11 @@ shortcuts:</p>
<td><kbd>P</kbd></td>
<td>Focus first post in post list</td>
</tr>
<tr>
<td><kbd>Delete</kbd></td>
<td>Delete post (while in edit mode)</td>
</tr>
</tbody>
</table>