mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
(cherry picked from commit 3be8a94868)
This commit is contained in:
parent
06ca73c6f8
commit
1033250001
3 changed files with 52 additions and 23 deletions
|
|
@ -1615,6 +1615,7 @@ void ScriptEditor::_notification(int p_what) {
|
|||
|
||||
get_tree()->connect("tree_changed", this, "_tree_changed");
|
||||
editor->connect("request_help", this, "_request_help");
|
||||
editor->connect("request_help_search", this, "_help_search");
|
||||
}
|
||||
|
||||
if (p_what == NOTIFICATION_EXIT_TREE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue