diff --git a/client/src/renderer/utils/keyboard.ts b/client/src/renderer/utils/keyboard.ts index ee6c4c8..43105b6 100644 --- a/client/src/renderer/utils/keyboard.ts +++ b/client/src/renderer/utils/keyboard.ts @@ -59,7 +59,7 @@ export const adaptShortcutsForPlatform = ( export const SHORTCUTS: { [shortcutName: string]: Array } = { HOME_PAGE: [`${GLOBAL}${MODIFIER}+.`, 'esc'], - QUICK_SUBMIT: [`${MODIFIER}+enter`], + QUICK_SUBMIT: [`${GLOBAL}${MODIFIER}+enter`], DEV_TOOLS: [`${GLOBAL}f12`, `${GLOBAL}ctrl+shift+i`], SELECT_ALL: [`${MODIFIER}+a`],