Nvda addon for drag and drop objects.
- Mark the object you want to drag.
- Move the mouse cursor or the object navigator to the location where you want to drop it.
- Select option for drop.
| script name | Desktop hotkey | Laptop hotkey | Description |
|---|---|---|---|
| mouseCursorInfo | NVDA+- | NVDA+Control+, | Reports on the position of the mouse cursor and the object to which it points. Twice, reports on the marked object for drag and drop. |
| selectObjectToDrag | NVDA+, | NVDA+, | Marks the object in navigator to be dragged. |
| DragAndDrop | NVDA+. | NVDA+Shift+, | Drags the selected object. Then press space, arrows or Enter to choose where to drop it. |
There are these options for drop:
- Press Enter to drop the marked object at the current mouse cursor position.
- Press Space to drop it on the current object in the navigator.
- Press arrows to drop it around the current object in the navigator.