From 2741616473636d40b7e9f14c9906ada08d328c3c Mon Sep 17 00:00:00 2001 From: Arion2000 Date: Sun, 22 Jun 2025 12:45:21 +0200 Subject: [PATCH] fix: update search hotkey in help prompt (#5178) --- frontend/src/components/prompts/Help.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/prompts/Help.vue b/frontend/src/components/prompts/Help.vue index a5c5d138..1d99eeed 100644 --- a/frontend/src/components/prompts/Help.vue +++ b/frontend/src/components/prompts/Help.vue @@ -11,7 +11,7 @@
  • DEL - {{ $t("help.del") }}
  • ESC - {{ $t("help.esc") }}
  • CTRL + S - {{ $t("help.ctrl.s") }}
  • -
  • CTRL + F - {{ $t("help.ctrl.f") }}
  • +
  • CTRL + SHIFT + F - {{ $t("help.ctrl.f") }}
  • CTRL + Click - {{ $t("help.ctrl.click") }}
  • Click - {{ $t("help.click") }}
  • Double click - {{ $t("help.doubleClick") }}