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.
Comments
Similar requests
Feature request: configurable keyboard shortcuts for custom objects
1 vote · 0 comments
Duplicate record functionnality
3 votes · 0 comments
'DEL' Keyboard Shortcut for Deleting Selected Records
1 vote · 0 comments
Feature request: interpolate record-context variables in IFRAME page-layout widget URLs (e.g. {{record.id}}, {{record.fieldName}})
1 vote · 0 comments
(UX) File Gallery: Lightbox Preview & Keyboard Navigation
1 vote · 0 comments
No comments yet.