From fe85ee11850d82e6c1989a6ddb207a407311381a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 3 Dec 2023 10:31:33 -0700 Subject: [PATCH] edit notes does not use object mode --- include/note-selection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/note-selection.html b/include/note-selection.html index 1fa590c..ce3aeed 100644 --- a/include/note-selection.html +++ b/include/note-selection.html @@ -11,7 +11,7 @@

Selecting notes with the mouse

- While in Object Mode, any note can be clicked on to select it. Once a note has been selected, left-clicking on another note selects all notes between the first note selected and the second one. Adding or removing a note to or from the selection is done by left-clicking it. Clicking and dragging outside of a note will rubberband select any notes enclosed by the selection rectangle; holding down the key will prevent any previously selected notes from being deselected. + While in Internal Edit Mode, any note can be clicked on to select it. Once a note has been selected, left-clicking on another note selects all notes between the first note selected and the second one. Adding or removing a note to or from the selection is done by left-clicking it. Clicking and dragging outside of a note will rubberband select any notes enclosed by the selection rectangle; holding down the key will prevent any previously selected notes from being deselected.