Explorar o código

chore: change default submit key

fred-bf hai 1 ano
pai
achega
f619e9df24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,