Hi Tommaso,
I wanted to check the description of controls in hello-world-in.txt with the 
script keytest.py.
So far, there exist some non-described controls
        Sleep
        Loop
        RaiseLyx
.
OK, 'Sleep' was easy.
But what should 'Loop' do? At least in keytest.py there you can find:
        ...
        elif c == 'Loop':
                outfile.close()
                ...
        ...
        elif c == 'Loop':
                RaiseWindow()
                ...
For me it looks like the second check will never be reached. This two sequences 
should somehow merge IMHO.
Still I don't understand the desired usage.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to