more detail to reorder instructions

This commit is contained in:
e218736 2024-02-27 12:58:32 +00:00
parent 3dc4b7b761
commit 39bc09ff31
2 changed files with 2 additions and 2 deletions

View file

@ -536,7 +536,7 @@
<div class="modal-body" id="favourites-body"> <div class="modal-body" id="favourites-body">
<ul> <ul>
<li><span style="font-weight: bold">To add:</span> drag the operation over the favourites category and drop it</li> <li><span style="font-weight: bold">To add:</span> drag the operation over the favourites category and drop it</li>
<li><span style="font-weight: bold">To reorder:</span> drag up and down in the list below or press Ctrl + Up/Down Arrow</li> <li><span style="font-weight: bold">To reorder:</span> drag up and down in the list below or focus on operation and press Ctrl + Up/Down Arrow to reorder using keyboard</li>
<li><span style="font-weight: bold">To remove:</span> hit the delete button or drag out of the list below</li> <li><span style="font-weight: bold">To remove:</span> hit the delete button or drag out of the list below</li>
</ul> </ul>
<br> <br>

View file

@ -280,7 +280,7 @@ class OperationsWaiter {
/** /**
* Handler for navigation key press events. * Handler for navigation key press events.
* Navigates through the favourites list and corresponding delete buttons. * Navigates through the favourites list and corresponding delete buttons.
* Move favourites elements up and down with Ctrl + Arrow keys to imite drag and drop mouse functionality. * Move favourites elements up and down with Ctrl + Arrow keys to imitate drag and drop mouse functionality.
*/ */
ArrowNavFavourites(event) { ArrowNavFavourites(event) {
const currentElement = event.target; const currentElement = event.target;