Prechádzať zdrojové kódy

chore: change default submit key

fred-bf 1 rok pred
rodič
commit
f619e9df24
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,