Annotation of hatari/python-ui/hatariui, revision 1.1

1.1     ! root        1: #!/bin/sh
        !             2: #
        !             3: path=${0%/*}
        !             4: name=${0##*/}
        !             5: 
        !             6: # example setup for Hatari UI
        !             7: $path/$name.py --right "about,|,run,pause,forward,|,reset,|,quit" --embed $*
        !             8: exit 0
        !             9: 
        !            10: # test setup without embedding, dupplicate toggles
        !            11: $path/$name.py --top "about,run,pause,quit" \
        !            12: --panel "Testpanel,pause,>,close" \
        !            13: --bottom "sound,|,pause,|,fast,|,Testpanel" \
        !            14: $*
        !            15: exit 0
        !            16: 
        !            17: # test setup with embedding and all available controls
        !            18: $path/$name.py --embed \
        !            19: --top "about,|,run,pause,|,reset,debug,|,quit" \
        !            20: --left "run,pause,reset,machine,about" \
        !            21: --panel "Keys,F1=59,F2=60,F3=61,F4=62,F5=63,F6=64,F7=65,F8=66,F9=67,F10=68,>,Macro=Test,Undo=97,Help=98,Enter=114,>,close" \
        !            22: --panel "Misc,fast,|,full,|,sound,>,shot,>,close" \
        !            23: --bottom "fast,full,Misc,Keys,input,devices,display,debug,trace" \
        !            24: --right "fast,full,Misc,Keys,input,devices,display,Help=98" \
        !            25: $*
        !            26: exit 0

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.