diff --git a/app/templates/index.html b/app/templates/index.html index 7a25747..0fa7309 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -409,8 +409,8 @@ return; } - // Check for click drag clip (no Alt key required if select tool is in fallback alt-mode) - if (clickedClip && e.altKey) { + // Check for click drag clip (no Ctrl key required if select tool is in fallback ctrl-mode) + if (clickedClip && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (onClipDragStart) { @@ -2789,7 +2789,7 @@