= ({
),
}]}
/>
- Press / to insert variable, {isMac() ? '⌘' : 'Ctrl'} / to insert input field
+ {isFocus && (
+
+ /,
+ CtrlKey: ,
+ }
+ }
+ />
+
+ )}
)
}
diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts
index 5f190b7e26..eb03ba3dbb 100644
--- a/web/i18n/en-US/workflow.ts
+++ b/web/i18n/en-US/workflow.ts
@@ -964,6 +964,7 @@ const translation = {
formContent: {
title: 'Form Content',
tooltip: 'What users will see after opening the form. Supports Markdown formatting.',
+ hotkeyTip: 'Press to insert variable, to insert input field',
},
userActions: {
title: 'User Actions',
diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts
index b69f5f755f..c5e697febb 100644
--- a/web/i18n/zh-Hans/workflow.ts
+++ b/web/i18n/zh-Hans/workflow.ts
@@ -964,6 +964,7 @@ const translation = {
formContent: {
title: '表单内容',
tooltip: '用户打开表单后看到的内容。支持 Markdown 格式。',
+ hotkeyTip: '按 插入变量,按 插入输入字段',
},
userActions: {
title: '用户操作',