keyboard shortcut ctrl+shift+c for "clone to..." dialog

This commit is contained in:
zadam
2019-11-10 22:19:22 +01:00
parent b53e2a3570
commit 77ac8df1e6
2 changed files with 14 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ class TreeContextMenu {
{ title: "----" },
{ title: "Copy / clone <kbd>Ctrl+C</kbd>", cmd: "copy", uiIcon: "copy",
enabled: isNotRoot },
{ title: "Clone to ...", cmd: "cloneTo", uiIcon: "empty",
{ title: "Clone to ... <kbd>Ctrl+Shift+C</kbd>", cmd: "cloneTo", uiIcon: "empty",
enabled: isNotRoot },
{ title: "Cut <kbd>Ctrl+X</kbd>", cmd: "cut", uiIcon: "cut",
enabled: isNotRoot && !isHoisted && parentNotSearch },