nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Add support for line deletion shortcut (Ctrl + Shift + K) in dialogue editor #605

Closed gatomesa closed 2 months ago

gatomesa commented 2 months ago

The Godot script editor has a useful shortcut for deleting an entire line and going to the one right below it, Ctrl + Shift + K. It would be useful if the dialogue editor also supported this shortcut.