Преглед на файлове

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,