[Feature Request] Keyboard shortcuts for easy navigation
I have a habit of using keyboard shortcuts to do everything i can, so can there be support for Shift+Enter to add a new element to the currently editing column? Also maybe some more keyboard shortcuts to move things around, such as shifting blocks with control and arrow keys or something like that world be nice. Thanks :)
Ctrl+Enter adds new element.
Yeah works. About the other shortcut support?
Can you elaborate what exactly do yo expect? Moving items up/down and left/right between columns? Arrow shortcuts would interfere with TextEdit controls though.
Yeah, but it can work like this:
Clicking once on an item only selects it Double clicking will allow editing normally Selection can be moved using some shorcuts Such as control + arrow keys, left right to move between columns and up down to move between rows in selection mode. Edit mode will not have shortcuts, only selection mode will. To be honest, I loved this project but as I'm a beginner in gdscript, couldn't contribute to it right now. I will work on these features myself and create a pull request as soon as I get the hang of gdscript :)
There is a pending engine feature that would allow separating LineEdit focus from editing, which would make implementing this much easier. However there is no telling when it gets merged. It's not required though, I can look into implementing this improvement later, or you can give it a try too.
Okay no problem :)