dify - 💡(How to fix) Fix Add keyboard shortcuts for workflow editor save, run, and stop actions [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

When building and debugging workflows, users often repeat the same loop: edit a node, save the workflow draft, run the workflow, inspect the result, and sometimes stop an active run before trying again.

Currently, save, run, and stop actions require mouse interaction with toolbar buttons. This slows down rapid iteration, especially for users who are used to keyboard-driven workflows in code editors and design tools.

Adding keyboard shortcuts would make the workflow editor faster and more familiar for frequent workflow builders.

2. Additional context or comments

Proposed shortcuts:

  • Ctrl/Cmd + S: Save the current workflow draft
  • Ctrl/Cmd + Enter: Run the current workflow
  • Escape: Stop the active workflow run, only while a run is active
  • Ctrl/Cmd + Z: Keep the existing undo behavior unchanged

Expected value:

  • Faster workflow editing and testing loop
  • Less reliance on small toolbar buttons
  • More familiar UX for users coming from code editors or canvas/design tools
  • Better productivity when debugging complex workflows

Related closed issue: #36349

I am interested in contributing this feature. I already have a focused implementation prepared locally and can open a PR with tests if maintainers agree with the scope.

3. Can you help us with this feature?

  • I am interested in contributing to this feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - 💡(How to fix) Fix Add keyboard shortcuts for workflow editor save, run, and stop actions [1 pull requests]