Forum Archive

Keyboard Return

donnieh

If a Pythonista script is using a text field or anything requiring a keyboard, is there a function I can place code in to execute when the return key is hit?

(I am looking for an alternative to a delegate.)

JonB

action will execute when return is hit.