Rework Shortcut Keys to Industry standards #4098
Replies: 2 comments 4 replies
-
Selecting all nodes in the scene tree dock isn't needed often, but adding new nodes quickly is done much more often. Changing Ctrl + A to something else would break existing users' muscle memory – is it worth it?
A shortcut was added for New Scene in 4.0 and 3.5beta, see godotengine/godot#48574 and its
This is a known bug: godotengine/godot#53424 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are some things in Godot that don’t stick to industry standards (but it should). Here is a very short list:
Command + A
is used to add an object rather than "Select All"Command + N
doesn’t do anything, which is puzzling.Command + Z
very often doesn’t do anything (looks like a bug though)I could go on and on but you see the point.
Beta Was this translation helpful? Give feedback.
All reactions