Skip to content

Commit

Permalink
Update manual for o shortcut to toggle annotation opacity
Browse files Browse the repository at this point in the history
Resolves #458
  • Loading branch information
Aya Bezine committed Dec 11, 2024
1 parent 57e2b44 commit 6ecf573
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions resources/views/manual/tutorials/annotations/shortcuts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
<td><kbd>Arrow right</kbd>, <kbd>Space</kbd></td>
<td>Next image</td>
</tr>
<tr>
<td><kbd>Shift</kbd>+<kbd>Scroll</kbd></td>
<td>Previous or Next image</td>
</tr>
<tr>
<td><kbd>+</kbd></td>
<td>Zoom the image to the original resolution</td>
Expand All @@ -44,7 +46,11 @@
</tr>
<tr>
<td><kbd>o</kbd></td>
<td>Toggle the annotation opactiy between 0.0 and 1.0</td>
<td>Toggle the annotation opacity between 0.0 and 1.0</td>
</tr>
<tr>
<td><kbd>v</kbd></td>
<td>Toggle the annotation opacity in the video tool</td>
</tr>
<tr>
<td><kbd>a</kbd></td>
Expand Down Expand Up @@ -105,7 +111,7 @@
</tr>
<tr>
<td><kbd>Shift</kbd>+<kbd>Mouse left</kbd></td>
<td>Select multiple annotation at the same time</td>
<td>Select multiple annotations at the same time</td>
</tr>
<tr>
<td><kbd>Del</kbd></td>
Expand All @@ -117,15 +123,15 @@
</tr>
<tr>
<td><kbd>Esc</kbd></td>
<td>Cancel current action<br><small>e.g. drawing or moving an annotation</small></td>
<td>Cancel current action<br><small>e.g., drawing or moving an annotation</small></td>
</tr>
<tr>
<td><kbd>p</kbd></td>
<td>Capture a screenshot</td>
</tr>
<tr>
<td><kbd>c</kbd></td>
<td>Select last created annotation</td>
<td>Select the last created annotation</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 6ecf573

Please sign in to comment.