Is there a way to select and edit annotations in raw.plot() at the same time? If not, would that be an upcoming feature in a future update?(Holding shift and selecting multiple annotations)

MNE 1.9.0, Windows 11 op

Hello all,

For quick context, I’m using MNE to help me analyze sleep in my EEG data. I created an algorithm in Python that bins 10s EEG epochs into either wake, NREM, or REM from a 24-hour long recording. After that, I manually review the results by creating an annotation object and viewing it on raw.plot(). See below:

During my manual review, I realized that when I go to edit descriptions I can select up to one at a time. Is there a way to select multiple at the same time and give them all the ‘WAKE’ or ‘NREM’ description? I feel that would save a tremendous amount of time if such a feature existed, as opposed to selecting and editing each description one at a time. If not, would it be possible to see this as a feature in a future update?

Thank you!

-D