docs: adopt the keyboard and command model as a target (ADR-0155)#499
Open
drmrd wants to merge 1 commit into
Open
docs: adopt the keyboard and command model as a target (ADR-0155)#499drmrd wants to merge 1 commit into
drmrd wants to merge 1 commit into
Conversation
Promote the keyboard and command model from the purpose-first UX review into the durable design record, as the companion to the Arris visual language (ADR-0154). The spec seats a default binding for every shortcut the review left to "the command registry, settled later" and states one scope-precedence ladder that resolves key conflicts. Both the spec and ADR-0155 are proposed targets, not shipped behavior: the model has not been reconciled with the editor's current shortcuts, its provisional chords wait on a browser-deliverability audit, and its scoped mid-gesture Tab waits on a screen-reader spike. ADR-0154 gains a related pointer to the new decision.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Promotes the keyboard and command model from the purpose-first UX review into the durable design record, as the companion to the Arris visual language (ADR-0154, #493).
docs/specs/2026-07-06-keyboard-and-command-model.md. It seats a concrete default for every shortcut the review left to "the command registry, settled later," groups the bindings by domain, and states one scope-precedence ladder that decides which command a key fires when several claim it.docs/knowledge/decisions/ADR-0155-keyboard-and-command-model.md(status: proposed).docs/knowledge/decisions/ADR-0154-arris-visual-design-language.mdgains a related pointer to the new decision.Framing
Both the spec and ADR-0155 are proposed targets, not shipped behavior. The model was designed blind to the codebase and has not been reconciled with the editor's current shortcuts. Its provisional chords wait on a browser-deliverability audit (#498), and its scoped mid-gesture Tab waits on a screen-reader spike (#497). The numeric-entry grammar it assumes depends on an open storage decision (#496).
Notes