Skip to content

feat: add hierarchical keyboard selection - #499

Merged
Azganoth merged 1 commit into
mainfrom
feature/hierarchical-keyboard-selection
Sep 22, 2026
Merged

Azganoth merged 1 commit into
mainfrom
feature/hierarchical-keyboard-selection

Conversation

@Azganoth

@Azganoth Azganoth commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add focused-editor hierarchical Mod+A block selection, directional navigation, and text-selection restoration.
  • Preserve immediate Edit-menu Select all, native table and node selection ownership, popup and source-projection precedence.
  • Cover the interaction in focused and assembled desktop tests; document the shipped shortcuts and behavior.

Related Issue

Closes #481

Verification

  • pnpm check:frontend
  • pnpm test:e2e:desktop:run -- --scenario block-selection
  • Focused source-projection, block-selection keyboard, and context-popup tests.

Manually verified in Windows Tauri:

  1. A physical Ctrl+A chord is intercepted by the focused editor for hierarchical structural selection.

@github-project-automation github-project-automation Bot moved this to Backlog in Leafdown Sep 22, 2026
@Azganoth Azganoth added the Feature New feature or request label Sep 22, 2026
@Azganoth Azganoth self-assigned this Sep 22, 2026
@Azganoth
Azganoth merged commit eff40fc into main Sep 22, 2026
3 checks passed
@Azganoth
Azganoth deleted the feature/hierarchical-keyboard-selection branch September 22, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add hierarchical keyboard selection for blocks

1 participant