The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I want to make my UI as functional as possible, but when I use the built in focus tool it will automatically make it edit the text as it's focused on it. Can I make it require a key press to edit the text?

Godot version 3.4.3
in Engine by (36 points)

1 Answer

+1 vote

You can set the TextEdit's readonly property to true until Enter has been pressed while the TextEdit is focused. When Enter is pressed, set readonly to false until the TextEdit loses focus.

However, note that this is not the expected behavior in most applications. In fact, if you try tabbing around form fields in your web browser, you'll notice that you can start typing text as soon as a text field is focused with Tab.

by (12,878 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.