mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
-intentional breakage of shader graph to fix issues, existing graphs will be broken, sorry :(
This commit is contained in:
parent
91faf8e218
commit
6f3c09047e
5 changed files with 25 additions and 4 deletions
|
@ -1607,7 +1607,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
|||
edit_menu->get_popup()->add_item("Clone Down",EDIT_CLONE_DOWN,KEY_MASK_CMD|KEY_B);
|
||||
edit_menu->get_popup()->add_separator();
|
||||
#ifdef OSX_ENABLED
|
||||
edit_menu->get_popup()->add_item("Complete Symbol",EDIT_COMPLETE,KEY_MASK_META|KEY_SPACE);
|
||||
edit_menu->get_popup()->add_item("Complete Symbol",EDIT_COMPLETE,KEY_MASK_CTRL|KEY_SPACE);
|
||||
#else
|
||||
edit_menu->get_popup()->add_item("Complete Symbol",EDIT_COMPLETE,KEY_MASK_CMD|KEY_SPACE);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue