Skip to content

Commit

Permalink
chore: change default submit key
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-bf authored and fredliang44 committed Jan 25, 2024
1 parent 04855de commit f619e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export enum Theme {
export const DEFAULT_CONFIG = {
lastUpdate: Date.now(), // timestamp, to merge state

submitKey: isMacOS() ? SubmitKey.MetaEnter : SubmitKey.CtrlEnter,
submitKey: SubmitKey.Enter,
avatar: "1f603",
fontSize: 14,
theme: Theme.Auto as Theme,
Expand Down

1 comment on commit f619e9d

@vercel
Copy link

@vercel vercel bot commented on f619e9d Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.