From 64fba8a6ebf46992508091a2d68dce02dffc9eae Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Tue, 8 Oct 2024 15:57:46 +0800 Subject: [PATCH] :sparkles: Feature(custom): change default short key --- src/main/apis/core/datastore/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/apis/core/datastore/index.ts b/src/main/apis/core/datastore/index.ts index bcd7a97..24ff4b7 100644 --- a/src/main/apis/core/datastore/index.ts +++ b/src/main/apis/core/datastore/index.ts @@ -35,7 +35,7 @@ class ConfigStore { if (!this.#db.has(configPaths.settings.shortKey._path)) { this.#db.set(configPaths.settings.shortKey['picgo:upload'], { enable: true, - key: 'CommandOrControl+Shift+P', + key: 'CommandOrControl+Alt+P', name: 'upload', label: T('QUICK_UPLOAD') })