Clicking somewhere creates a Text Layer at that location and begins letting the user type. This translates to a <text> SVG tag on the canvas. While editing the text, the user can type stuff. Return is a new line but Enter (on the numpad) applies the text, as does CtrlReturn. The Text Tool also lets you click anywhere over an existing text layer and begin editing that text in the location clicked.
Clicking somewhere creates a Text Layer at that location and begins letting the user type. This translates to a
<text>SVG tag on the canvas. While editing the text, the user can type stuff. Return is a new line but Enter (on the numpad) applies the text, as does CtrlReturn. The Text Tool also lets you click anywhere over an existing text layer and begin editing that text in the location clicked.