Commit Graph
1 Commits
Author SHA1 Message Date
a234123751 feat(shortcuts): warn when macOS Mission Control captures digit chords (#14734)
* feat(shortcuts): warn when macOS Mission Control captures digit chords

Mission Control's Switch to Desktop shortcuts (Ctrl+digit by default,
present whenever the user has multiple Spaces) are consumed by
WindowServer before the app receives the event, so Orca's digit-range
shortcuts silently do nothing and the app can never observe the press.
Detect the conflict instead: probe com.apple.symbolichotkeys through
the live-prefs pipeline on Shortcuts pane mount and surface a standing
conflict warning on the affected rows, counted into the Conflicts stat.

Non-Darwin and the web client return no chords, and any probe failure
yields an empty result so a missing signal can never show a false
warning.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(shortcuts): harden Mission Control conflict warnings

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>
2026-08-15 05:34:02 -07:00