mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
code review
This commit is contained in:
parent
665d6f7394
commit
0c43490a92
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ const getSections = () => {
|
|||
{ name: translate('popupShortcutNavigationPage5'), keys: [ cmdKey, 'arrowright' ] },
|
||||
{ name: translate('popupShortcutNavigationPage6'), keys: [ cmdKey, 'arrowup' ] },
|
||||
{ name: translate('popupShortcutNavigationPage7'), keys: [ cmdKey, 'arrowdown' ] },
|
||||
{ id: 'moveSelectionUp', name: translate('popupShortcutNavigationPage8') + ' / ' + translate('blockTableShortcutRowMoveUp'), keys: [ cmdKey, 'shift', 'arrowup' ], description: translate('blockTableShortcutRowMoveUpDesc') },
|
||||
{ id: 'moveSelectionDown', name: translate('popupShortcutNavigationPage11') + ' / ' + translate('blockTableShortcutRowMoveDown'), keys: [ cmdKey, 'shift', 'arrowdown' ], description: translate('blockTableShortcutRowMoveDownDesc') },
|
||||
{ id: 'moveSelectionUp', name: translate('popupShortcutNavigationPage8'), keys: [ cmdKey, 'shift', 'arrowup' ] },
|
||||
{ id: 'moveSelectionDown', name: translate('popupShortcutNavigationPage11'), keys: [ cmdKey, 'shift', 'arrowdown' ] },
|
||||
{ name: translate('popupShortcutNavigationPage10'), keys: [ cmdKey, 'enter' ] },
|
||||
|
||||
{ id: 'turnBlock0', name: translate('popupShortcutEditorTurn0'), keys: [ cmdKey, '0' ], noEdit: true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue