Skip to content

feat: Space key toggles FK preview popover#649

Merged
datlechin merged 2 commits intomainfrom
feat/space-fk-preview
Apr 9, 2026
Merged

feat: Space key toggles FK preview popover#649
datlechin merged 2 commits intomainfrom
feat/space-fk-preview

Conversation

@datlechin
Copy link
Copy Markdown
Collaborator

Summary

  • Add Space as the default shortcut to toggle FK preview popover on the focused cell (Quick Look-style)
  • Registered as previewFKReference in the keyboard shortcut settings system — rebindable in Settings > Keyboard
  • Replaces the hardcoded Cmd+Return FK preview with a settings-driven dispatch

Closes #648

Test plan

  • Focus a FK column cell in the data grid, press Space — preview popover opens
  • Press Space again — popover closes (toggle)
  • Focus a non-FK column cell, press Space — nothing happens (no error)
  • Open Settings > Keyboard, find "Preview FK Reference" under Edit — shows as default
  • Rebind to a different shortcut (e.g., Cmd+Shift+P) — new shortcut works, Space stops working
  • Clear the shortcut — neither Space nor any key triggers FK preview
  • Reset to Defaults — Space works again

@datlechin datlechin merged commit f8983fb into main Apr 9, 2026
2 checks passed
@datlechin datlechin deleted the feat/space-fk-preview branch April 9, 2026 06:49
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.

Preview Referenced Row using space

1 participant