Nav tray: Alt modifier + combinable, lockable modifiers#21
Merged
Conversation
…iple and alt+special Live-probed 2026-07-20 against 0.7.3 on a throwaway sandbox pane (PageUp negative control confirmed the validator was active); independently confirmed on 0.7.4 by @bnivanov in #20. Co-Authored-By: Claude Fable 5 <[email protected]>
Modifiers are now checkboxes, not radios: any subset of Ctrl/Alt/Shift combines into one chord (ctrl+shift+p, alt+shift+p, ctrl+alt+shift+p — wire grammar live-verified). Each cycles off → one-shot → locked → off; locked survives presses and Send (repeated chords without re-arming) and is released by Clear or cycling off. Locked chords still stage into the review-then-send queue — the danger-review invariant is unchanged. Fixes #19, fixes #20. Thanks @bnivanov for the report and the Herdr-side chord verification. Co-Authored-By: Claude Fable 5 <[email protected]>
Co-Authored-By: Claude Fable 5 <[email protected]>
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.
Fixes #19, fixes #20.
What changed
ctrl+shift+p,alt+shift+p,ctrl+alt+shift+p), composed in a canonical order regardless of tap order (Nav tray: modifiers are one-shot radio — make them sticky/lockable and combinable (Shift+Ctrl, Alt+Shift) #20).ctrl+c; the danger-review invariant is unchanged.HERDR_API.md: multi-modifier chords re-verified live against Herdr 0.7.3 (any modifier order, triple chords,alt+Up;PageUpnegative control confirmed the validator was active), cross-confirming @bnivanov's 0.7.4 probe.Verification
Ctrl Alt ⇧ P, confirmed the lock survived while one-shots were spent, cleared without sending.Thanks @bnivanov for two well-researched reports — including the Herdr-side chord verification, which held up exactly.
🤖 Generated with Claude Code