From 39bc09ff31d36e0022f8d8d010536afc9d053424 Mon Sep 17 00:00:00 2001
From: e218736 <147728997+e218736@users.noreply.github.com>
Date: Tue, 27 Feb 2024 12:58:32 +0000
Subject: [PATCH] more detail to reorder instructions
---
src/web/html/index.html | 2 +-
src/web/waiters/OperationsWaiter.mjs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/web/html/index.html b/src/web/html/index.html
index af9eb4c1..4f90daad 100755
--- a/src/web/html/index.html
+++ b/src/web/html/index.html
@@ -536,7 +536,7 @@
- To add: drag the operation over the favourites category and drop it
- - To reorder: drag up and down in the list below or press Ctrl + Up/Down Arrow
+ - To reorder: drag up and down in the list below or focus on operation and press Ctrl + Up/Down Arrow to reorder using keyboard
- To remove: hit the delete button or drag out of the list below
diff --git a/src/web/waiters/OperationsWaiter.mjs b/src/web/waiters/OperationsWaiter.mjs
index 5ca6c2e4..0b49c28a 100755
--- a/src/web/waiters/OperationsWaiter.mjs
+++ b/src/web/waiters/OperationsWaiter.mjs
@@ -280,7 +280,7 @@ class OperationsWaiter {
/**
* Handler for navigation key press events.
* 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) {
const currentElement = event.target;