Build a Drag and Drop Trello Board with Vue Draggable

Alt Drag to Clone Tasks

In this lesson, we add a fancy keyboard shortcut to our Trello board. This shortcut allows users to clone tasks by Alt (or Option) dragging. We can easily listen for the presence of key modifiers with the useKeyModifiers composable from VueUse.

Links