-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Copy and paste shortcuts don't work in Visual Script editor #41156
Comments
Can I work on this issue? |
Yeah, no need to ask btw. |
Sorry it wasn't, it's about Visual Script not Visual Shader. |
Are |
I have not looked into this in detail but it sounds very much like it is related to #39039 and the issues that it mentions. The ctrl c and ctrl V commands are just being 'stolen' by another editor plugin, like the script editor or scene tree dock. The way shortcuts are handled in the editor and GUI in general needs a big rethink - something I have been pondering on for quite some time but have no solution yet. |
Ok, actually the problem is pretty simple. Graph edit has it's own keybindings set internally which cannot be changed. godot/scene/gui/graph_edit.cpp Lines 1036 to 1056 in 6f4384f
Because this happens on godot/modules/visual_script/visual_script_editor.cpp Lines 4767 to 4781 in 6f4384f
So to fix the issue the signals just need to be connected. It is very weird to have these baked-in shortcuts, and they cause many issue like this I think. |
Why does it say closed. It still works in 4.4 |
It was fixed by #54564 |
Godot version:
3.2.3 rc3
Issue description:
When in Visual Script editor, you can't use Copy and Paste shortcuts. You need to select them from the Edit menu. All other shortcuts seem to work (including Cut and the unlisted Duplicate shortcut...)
The text was updated successfully, but these errors were encountered: