Skip to content

Commit

Permalink
Quick guide to fix #213
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoodale committed Jun 4, 2019
1 parent c99610b commit 37ae26c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions iscan/static/iscan/query-detail/query_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,33 @@ <h4>Annotate</h4>
</md-tab>
</md-tabs>
</div>
<div>
<h4> Shortcuts </h4>
<table class="table table-striped">
<tbody>
<tr>
<td> Spacebar </td>
<td> Play audio </td>
</tr>
<tr>
<td> l </td>
<td> Go to next subannotation from selected</td>
</tr>
<tr>
<td> h </td>
<td> Go to previous subannotation from selected</td>
</tr>
<tr>
<td> x </td>
<td> Exclude selected subannotation </td>
</tr>
<tr>
<td> c </td>
<td> Commit changes to database </td>
</tr>
</tbody>
</table>
</div>

</div>
</div>
Expand Down

0 comments on commit 37ae26c

Please sign in to comment.