浏览代码

chore: change default submit key

fred-bf 1 年之前
父节点
当前提交
f619e9df24
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/store/config.ts

+ 1 - 1
app/store/config.ts

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