Enter key

How I can use Enter key in python script?
I’ve try

if (evt == ENTERKEY) …

but

NameError: There is no variable named ‘ENTERKEY’

thx,

       Manuel

Use RETKEY. (And actually, this is not a part of python, but Blender’s Draw module - just if you wanted to know)

Thanks…I’ve fixed a bug in MakeHuman with this… :smiley: