Skip to content

fix(defineShortcuts): add missing arrowdown to shiftable keys#259

Merged
IgorShevchik merged 1 commit into
mainfrom
sync/nuxt-2128414
Jul 10, 2026
Merged

fix(defineShortcuts): add missing arrowdown to shiftable keys#259
IgorShevchik merged 1 commit into
mainfrom
sync/nuxt-2128414

Conversation

@IgorShevchik

Copy link
Copy Markdown
Collaborator

Syncs upstream nuxt/ui commit 2128414fix(defineShortcuts): add missing arrowdown to shiftable keys (#6702).

What

shiftableKeys listed arrowright twice and omitted arrowdown, so shift_arrowdown shortcuts never fired. Replaced the duplicate arrowright with arrowdown (b24ui had the identical bug at defineShortcuts.ts:41).

Ported both upstream regression tests: shift_arrowdown fires on Shift+ArrowDown, and a bare arrowdown shortcut does not fire when Shift is held.

Verify (CI=true)

dev:prepare · lint · typecheck · test · build — all green. Suite 5313 passed / 6 skipped (+4 from the two new tests across the nuxt & vue projects). No snapshot changes.

Ledger: cursor advanced to 2128414; previous entry 64b9f7d reconciled to PR #258.

🤖 Generated with Claude Code


Generated by Claude Code

shiftableKeys listed arrowright twice and omitted arrowdown, so
shift_arrowdown shortcuts never fired. Replace the duplicate with
arrowdown and add the two upstream regression tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
@IgorShevchik IgorShevchik merged commit 491d7c1 into main Jul 10, 2026
1 check passed
@IgorShevchik IgorShevchik deleted the sync/nuxt-2128414 branch July 10, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants