From 6ecf573e01700ebf678ec98df2b52a10ac12c141 Mon Sep 17 00:00:00 2001 From: Aya Bezine <abezine@techfak.de> Date: Wed, 11 Dec 2024 16:04:23 +0100 Subject: [PATCH] Update manual for o shortcut to toggle annotation opacity Resolves https://github.com/biigle/core/issues/458 --- .../tutorials/annotations/shortcuts.blade.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/resources/views/manual/tutorials/annotations/shortcuts.blade.php b/resources/views/manual/tutorials/annotations/shortcuts.blade.php index 97c916c85..5f816e968 100644 --- a/resources/views/manual/tutorials/annotations/shortcuts.blade.php +++ b/resources/views/manual/tutorials/annotations/shortcuts.blade.php @@ -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> @@ -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> @@ -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> @@ -117,7 +123,7 @@ </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> @@ -125,7 +131,7 @@ </tr> <tr> <td><kbd>c</kbd></td> - <td>Select last created annotation</td> + <td>Select the last created annotation</td> </tr> </tbody> </table>