FeatureFuel
2

Keyboard shortcuts for previous/next record navigation on the record page

Source: twentyhq/twenty#23055 · opened by @n2ojim
Hi Twenty team, The next/previous record chevrons on the record page are great (they keep the active tab and respect the view's filters), but they're mouse-only. For sequential workflows, like an operator reviewing hundreds of records in a filtered view, a keyboard shortcut would be a big quality-of-life win. The foundations seem to already be there: navigateToNext/PreviousRecord are standard command menu items with a hotKeys field (and updateCommandMenuItem even accepts it), but nothing registers those keys as actual hotkeys yet. Only /, @ and Ctrl+K are hard-coded in useCommandMenuHotKeys. Minimal implementation as far as I can tell: 1. On the record show page, register something like useGlobalHotkeys({ keys: ['ctrl+up', 'ctrl+down', 'meta+up', 'meta+down'], options: { enableOnFormTags: false } }) and call navigateToPreviousRecord / navigateToNextRecord from the existing useRecordShowPagePagination hook. 2. (Bonus, later…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests