Skip to content
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

Undo/Redo Keymap changes not working in script editor #50972

Open
Thane5 opened this issue Jul 28, 2021 · 3 comments
Open

Undo/Redo Keymap changes not working in script editor #50972

Thane5 opened this issue Jul 28, 2021 · 3 comments

Comments

@Thane5
Copy link

Thane5 commented Jul 28, 2021

Godot version

3.3.2.stable

System information

Windows 10, GLES3

Issue description

As i use a QWERTZ keyboard, i wanted to remap undo/redo to ctrl+y and ctrl+x. This worked fine for the scene editor, but does not work in the script editor. The editor settings save my keymap, but it gets simply ignored in the script editor, and still uses ctrl+Z

Steps to reproduce

  1. Remap "undo" to Ctrl+Y
  2. Try to undo anything in the script editor

Minimal reproduction project

No response

@Calinou
Copy link
Member

Calinou commented Jul 28, 2021

cc @EricEzaM

I think this is because the shortcuts are hardcoded in the TextEdit node, and I'm not sure if this can be fixed in 3.x due to #29730. (TextEdit is also available for use in projects.)

@Calinou Calinou added this to the 3.4 milestone Jul 28, 2021
@EricEzaM
Copy link
Contributor

Yep, fixed by #43663 in master, but won't be backported to 3.x (at least not by me) due to the large set of changes and differences between 3.x and 4.x

@Thane5
Copy link
Author

Thane5 commented Jul 28, 2021

Interestingly i had a similar issue in Godot 4, where ctrl+x would always be mapped to "Cut", even though i set it to redo. But i guess i will create a new error report for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants