X Tutup
Skip to content

Add Create Resource Hotkey#110641

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
DallasHuff:new-resource-hotkey
Oct 21, 2025
Merged

Add Create Resource Hotkey#110641
Repiteo merged 1 commit intogodotengine:masterfrom
DallasHuff:new-resource-hotkey

Conversation

@DallasHuff
Copy link
Contributor

When the filesystem dock is hovered, pressing Ctrl + Shift + R now opens the new resource dialog menu. This greatly reduces the number of inputs to create resources.

Closes godotengine/godot-proposals#4581

@passivestar
Copy link
Contributor

It conflicts with run specific scene on macos

image

Alt + Shift + R is free

@KoBeWi
Copy link
Member

KoBeWi commented Sep 18, 2025

If you do this, you should add shortcuts for all create options. They don't need to have assigned default keys.

@DallasHuff
Copy link
Contributor Author

Removed the default shortcut for creating a resource, and added shortcuts for all create options.

@KoBeWi

This comment was marked as resolved.

@KoBeWi

This comment was marked as resolved.

@KoBeWi KoBeWi modified the milestones: 4.x, 4.6 Sep 26, 2025
@KoBeWi
Copy link
Member

KoBeWi commented Sep 26, 2025

Needs to be squashed into 1 commit.

It currently takes several clicks to create a file in the filesystem dock. This
change adds the option to create shortcuts for creating files,
greatly reducing the number of inputs required to do so.
@Repiteo Repiteo merged commit fd4ad29 into godotengine:master Oct 21, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 21, 2025

Thanks! Congratulations on your first merged contribution! 🎉

@DallasHuff DallasHuff deleted the new-resource-hotkey branch October 21, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a shortcut to create a new resource in the file system

5 participants

X Tutup