Skip to content

feat(file-list): open file picker via double-tap E#46

Merged
viralcodex merged 1 commit into
mainfrom
file-list-double-e
Jul 7, 2026
Merged

feat(file-list): open file picker via double-tap E#46
viralcodex merged 1 commit into
mainfrom
file-list-double-e

Conversation

@viralcodex

@viralcodex viralcodex commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds an E-press-twice keyboard shortcut on the file list that opens the native file explorer, matching the existing click-empty-area affordance.
  • Suppresses the shortcut while any text input has focus so it doesn't fire mid-typing.
  • Updates the empty-state hint to mention the new shortcut.

Test plan

  • bun run typecheck
  • bun test (107/107 pass)
  • Manual: with the file list empty and no input focused, press E twice within 700ms and confirm the file picker opens.
  • Manual: focus a text input, tap E E, confirm the picker does NOT open and the characters land in the input.

Adds a keyboard shortcut so users can open the native file
explorer without reaching for the mouse. Pressing E twice
within 700ms triggers the same picker as clicking the empty
file list area.

Suppressed while a text input has focus so it doesn't fire
mid-typing.
@viralcodex viralcodex merged commit 22db5c5 into main Jul 7, 2026
1 check passed
@viralcodex viralcodex deleted the file-list-double-e branch July 7, 2026 18:11
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.

1 participant