Skip to main content
Inspiring
July 8, 2012
Answered

Return button

  • July 8, 2012
  • 1 reply
  • 1235 views

Hello

I made a small keybord for a simple typewriter, and I want to use a button as a return button. All the other buttons are functional ( q,w,e,r,t,y, etc), but I don't know the scripting for « return » button.. Help or suggestions please.

This topic has been closed for replies.
Correct answer Ned Murphy

The same way you are adding any characters to your textfield.

1 reply

Ned Murphy
Legend
July 8, 2012

The "\n" character will jump to a new line.

SamsimmsAuthor
Inspiring
July 8, 2012

Hello Ned

How can I append " \n" to my textfield ?

SamsimmsAuthor
Inspiring
July 8, 2012

I am talking about the « enter » button of a keyboard that allows me to go to the next line in my textfield.