changed: ctrl+shift+s to download zip

This commit is contained in:
quenousimporte 2023-10-23 14:46:35 +02:00
parent 1328d77cdc
commit 2d2ea2eb79
1 changed files with 3 additions and 3 deletions

View File

@ -223,12 +223,12 @@ var commands = [
}, },
{ {
hint: "Download all notes in a zip file", hint: "Download all notes in a zip file",
action: downloadnotes action: downloadnotes,
shortcut: "ctrl+shift+S"
}, },
{ {
hint: "Download current vault", hint: "Download current vault",
action: downloadvault, action: downloadvault
shortcut: "ctrl+shift+S"
}, },
{ {
hint: "Download all vaults", hint: "Download all vaults",