fix: update LinkToAnotherRecord shortcuts to Tab/Shift+Tab and Enter

This commit is contained in:
Claude
2026-02-27 11:44:33 +00:00
parent 82265eec9d
commit d4e89cf2c6

View File

@@ -178,12 +178,16 @@ const shortcutList = [
title: 'LinkToAnotherRecord',
shortcuts: [
{
keys: [''],
keys: ['Tab'],
behaviour: 'Move to the next option',
},
{
keys: ['Shift', 'Tab'],
behaviour: 'Move to the previous option',
},
{
keys: [''],
behaviour: 'Move to the next option',
keys: ['Enter'],
behaviour: 'Select the current option',
},
],
},