changed: ctrl+shift+s to download zip
This commit is contained in:
parent
1328d77cdc
commit
2d2ea2eb79
6
main.js
6
main.js
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue