claude-code - 💡(How to fix) Fix macOS: keybinding hint shows 'meta+w' instead of 'Option+w' (⌥W)

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…

When the workflow trigger fires, the UI displays a dismissal hint as meta+w. On macOS, the meta key does not exist — meta is a Linux/X11 convention (Windows/Super key). The correct Mac label is Option (⌥), so the hint should read ⌥W or Option+W.

Root Cause

When the workflow trigger fires, the UI displays a dismissal hint as meta+w. On macOS, the meta key does not exist — meta is a Linux/X11 convention (Windows/Super key). The correct Mac label is Option (⌥), so the hint should read ⌥W or Option+W.

RAW_BUFFERClick to expand / collapse

Summary

When the workflow trigger fires, the UI displays a dismissal hint as meta+w. On macOS, the meta key does not exist — meta is a Linux/X11 convention (Windows/Super key). The correct Mac label is Option (⌥), so the hint should read ⌥W or Option+W.

Steps to reproduce

  1. Type a message that contains the word "workflow" (e.g. a bug report mentioning the feature)
  2. Observe the notification banner: Dynamic workflow requested for this turn · meta+w to ignore

Expected behavior

  • The hint should display ⌥W or Option+W on macOS, not meta+w
  • Ideally: platform-adaptive labels (Cmd/Ctrl, Option/Alt, etc.)

Actual behavior

meta+w to ignore — the meta key is not labeled on any Mac keyboard, leaving the user unable to find the key without prior knowledge of the Linux key alias.

Related UX issue

The "workflow" trigger fires on any message containing the word "workflow", including casual mentions, bug reports, or questions. In this case, the user was filing a bug report that mentioned the word — not requesting a workflow. The trigger should likely require more explicit intent (e.g. a slash command or clearer phrasing) rather than a bare keyword match.

Environment

  • macOS (Darwin 25.5.0)
  • Claude Code CLI

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…

FAQ

Expected behavior

  • The hint should display ⌥W or Option+W on macOS, not meta+w
  • Ideally: platform-adaptive labels (Cmd/Ctrl, Option/Alt, etc.)

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix macOS: keybinding hint shows 'meta+w' instead of 'Option+w' (⌥W)