Detect the Enter Key Pressed
Posted by Matias Maretto on Jul 19, 2006; 3:01pm
URL: https://forum.world.st/Detect-the-Enter-Key-Pressed-tp3379553.html
Hi: I 'm trying to detect when the user press the enter key on a
TextEdit.
In the #createSchematicWiring, I put code to detect the triggers
#keyPressed: and #keyTyped: . This works fine for all the keys except
the Enter ! I don't know why, but this trigger really detects all key
I press on my keyboard except the Enter. Does anyone know why?.
Thanks !.