-
Notifications
You must be signed in to change notification settings - Fork 182
Description
TLDR - please add a setting to prevent Enter from submitting text boxes. (or inverts enter and shift enter, so that shift-enter submits the text box and enter just inserts a carrage return)
Why?
One of the most annoying things about working with KODU, is that I'm typing LONG instructions into the chat input box, and in addition to that box being a horrible UI for long instructions, if I even once accidentally press Enter instead of shift-Enter, it runs away with my half completed prompt, trying to run it. Then I have to hit pause. Copy the half completed prompt, go start another prompt, and try to get through writing the instructinos again without forgetting to hold shift when hitting enter.
Sometimes I get tired of this and compose my prompts in a scratch document, and paste them into KODU.... or even more extreme, sometimes I write a TASK_do_this.md file that explains the task, and then my prompt is just "do task do this"... which works but also is more steps.