Skip to content

Commit

Permalink
fix(client): accept quick submit shortcut from within other input fie…
Browse files Browse the repository at this point in the history
…lds (make "global")
  • Loading branch information
neopostmodern committed Apr 12, 2023
1 parent 8d00531 commit cc0c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/renderer/utils/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const adaptShortcutsForPlatform = (

export const SHORTCUTS: { [shortcutName: string]: Array<string> } = {
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`],
Expand Down

0 comments on commit cc0c0e9

Please sign in to comment.