mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:47:11 +00:00
fix: update LinkToAnotherRecord shortcuts to Tab/Shift+Tab and Enter
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user