diff --git a/packages/frontend/core/src/components/hooks/affine/use-shortcuts.ts b/packages/frontend/core/src/components/hooks/affine/use-shortcuts.ts index 22ec3be02..4e9971371 100644 --- a/packages/frontend/core/src/components/hooks/affine/use-shortcuts.ts +++ b/packages/frontend/core/src/components/hooks/affine/use-shortcuts.ts @@ -237,7 +237,7 @@ export const useWinPageKeyboardShortcuts = (): ShortcutMap => { [t('strikethrough')]: ['Ctrl', 'Shift', 'S'], [t('inlineCode')]: [' Ctrl', 'E'], [t('codeBlock')]: ['Ctrl', 'Alt', 'C'], - [t('link')]: ['Ctr', 'K'], + [t('link')]: ['Ctrl', 'K'], [t('quickSearch')]: ['Ctrl', 'K'], [t('bodyText')]: ['Ctrl', 'Shift', '0'], [tH('1')]: ['Ctrl', 'Shift', '1'],