Godot Version
Godot 4.6.1
Question
In the Godot editor I often use the Ctrl+D hotkey to select duplicate instances of text for editing. However, I almost nearly as often select one too many and, because I can’t find a way to de-select the last instance, have to start the process from the start.
I looked in the editor settings and can see the hotkey I’m using is named “ui_text_add_selection_for_next_occurrence”. There is also a “ui_text_skip_selection_for_next_occurrence” that, as the name suggests, lets you skip the next occurrence. What I can’t seem to find is something like “ui_text_undo_selection_for_last_occurrence”.
Can anyone confirm if I’m on a wild goose chase here?