mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-07 08:12:47 +08:00
✨ Feature(custom): change default short key
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user