From 2d2ea2eb79c466b913b42084f706cf433402bc34 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 23 Oct 2023 14:46:35 +0200 Subject: [PATCH] changed: ctrl+shift+s to download zip --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 2269f71..998675c 100644 --- a/main.js +++ b/main.js @@ -223,12 +223,12 @@ var commands = [ }, { hint: "Download all notes in a zip file", - action: downloadnotes + action: downloadnotes, + shortcut: "ctrl+shift+S" }, { hint: "Download current vault", - action: downloadvault, - shortcut: "ctrl+shift+S" + action: downloadvault }, { hint: "Download all vaults",