diff --git a/assets/src/components/prompts/Help.vue b/assets/src/components/prompts/Help.vue
index 560ee0b9..fbf88282 100644
--- a/assets/src/components/prompts/Help.vue
+++ b/assets/src/components/prompts/Help.vue
@@ -8,6 +8,7 @@
DEL - {{ $t('help.del') }}
ESC - {{ $t('help.esc') }}
CTRL + S - {{ $t('help.ctrl.s') }}
+ CTRL + F - {{ $t('help.ctrl.f') }}
CTRL + Click - {{ $t('help.ctrl.click') }}
Click - {{ $t('help.click') }}
Double click - {{ $t('help.doubleClick') }}