diff --git a/README.md b/README.md index ae423a3..d9157c2 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,12 @@ This section will be updated closer to the reference implementation software rel * While in the `` section, add another ` +``` + * Default shortcuts for toggling the editor (turning it on or off) is "shift" + "s", and switching between Scene Tree editor and EC editor panels is "shift" + "e". You can override these shortcuts by adding: ``` editor.setToggleEditorShortcut(metaKey, key1);