-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add more editor shortcuts #293
Comments
I'm not sure if Ctrl + R would be a good fit for renaming. We can't use F2 either, as it's already used to switch to the 2D editor (unless we rebind that to another key). Any suggestions for the Change Type and Make Scene Root shortcuts? |
You can already rename nodes by pressing Enter. btw, you can already add shortcuts for these actions in Editor Settings, no? They just don't have defaults. |
Why not let OP set their own? I suppose OP did not know they could do so by go to Editor > Editor Settings > Shortcuts then type the command into the search field. Personally I think it's actually a good thing that those less common things don't have predefined shortcuts but allow the user to set their preferred shortcut any time. I clearly remember when I started learning Maya and everything already had a predefined shortcut. Often I found those not intuitive or practical and tried to change them. But since pretty much every key combination was already taken, you were always confronted with a prompt asking: "This shortcut is already taken. Do you really want to set this shortcut and remove this other one?" But in general, I think it would be great having the option to assign a shortcut to pretty much everything one can do in Godot. |
As of Godot 3.2.1, Rename, Change Type and Make Scene Root can all have shortcuts configured in the Editor Settings. For example: Rename may be bound to F2 by default in Godot 4.0 (see godotengine/godot#38201). I'll close this since the proposal has been implemented. |
Describe the project you are working on:
I am working on a 2d platformer featuring lighting and building mechanics.
Describe the problem or limitation you are having in your project:
certain shortcuts that do exist in most software such as a rename shortcut or to "change type" etc. do not exist on the Godot engine. When working on a project, such annoyances tend to build up and for speed programmers and users working against a deadline this is also an issue.
Describe how this feature / enhancement will help you overcome this problem or limitation:
Introducing more shortcuts in different aspects of Godot greatly increases the flexibility and ease for beginners and professionals working on a certain project. It also opens new possibilities for people wanting to submit or create projects for game jams.
Show a mock up screenshots/video or a flow diagram explaining how your proposal will work:
Describe implementation detail for your proposal (in code), if possible:
I do not have much experience with github or contributing to code, but i can say that this is quite an easy feature to implement. If other shortcuts could be implemented, performing an action when a certain combination of keys are pressed, surely adding a few more should not be difficult?
If this enhancement will not be used often, can it be worked around with a few lines of script?:
this enhancement could be altered or even removed in a settings tab
Is there a reason why this should be core and not an add-on in the asset library?:
having a few extra shortcuts SHOULD NOT be an addon. Firstly, it is such a principle mechanic, that it should not require the user to download. Alongside this, for people who are switching engines to Godot or wanting to rate and compare the engine with others, they should not have to go through the effort to download a mechanic like this.
The text was updated successfully, but these errors were encountered: