-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ui_text_submit
instead of ui_accept
to confirm and close text prompts
#81189
Use ui_text_submit
instead of ui_accept
to confirm and close text prompts
#81189
Conversation
Thank you for your feedback! I will change the code to use |
1761545
to
0bc9f44
Compare
Same change needs to be done to Edit: Would be also good to amend the commit message. You can use my edit of the title, or a shorter version of it: "Use |
ui_text_submit
instead of ui_accept
to confirm and close text prompts
Fix press space when enter editor layout name will confirm and save layout, same in theme editor
0bc9f44
to
ba41910
Compare
Thanks! |
Cherry-picked for 4.1.2. |
Fixes #81161
ui_accept
key map includes keySpace
, should useui_text_submit
.