You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@akien-mga If you press "ctr+enter" or "ctr+shift+enter". It is a very common shortcut for editors. It doesn't show up in the shortcut list but it still works.
Adding support for customizing TextEdit shortcuts in the editor will probably have to wait for #31739 to be done. (We can't add more editor-only code to TextEdit due to #29730.)
Godot version:
3.0.4
OS/device including version:
Windows 10 x64
I'm used to changing my editor settings for insert line above -> ctr+enter and insert line below -> ctr+shift+enter
I tried searching the source code for the defined shortcut, but I couldn't find it. I think that it is somehow inherited or hard coded?
Does someone know where this functionality in the script editor is defined?
The text was updated successfully, but these errors were encountered: