1
0
Fork 0
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:
Andrew Simachev 2025-06-05 17:27:25 +02:00
parent 665d6f7394
commit 0c43490a92
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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 },