home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Linux / Apps / xanim.tgz / xanim / xanim27064 / Remote_Window.doc < prev    next >
Text File  |  1997-01-26  |  2KB  |  42 lines

  1.  
  2.  
  3. This document will eventually describe how to use the Remote Window
  4. aspect of XAnim.   This allows XAnim to be controlled from another
  5. program using X11 Change Property calls.  
  6.  
  7. The file "proptest.c" gives an example on how to send these commands
  8. to XAnim and can be used to test this feature.
  9.  
  10. NOTE: this feature is currently ONLY enabled if you use the +W# option
  11. to XAnim.
  12.  
  13. The following commands sent via the ChangeProperty are currently supported.
  14. You'll notice that they're very similiar to the keyboard commands that may
  15. be typed into the XAnim window.
  16.  
  17.      q         quit.
  18.      <space>   Toggle. starts/stops animation.
  19.      ,         Single step back one frame.
  20.      .         Single step forward one frame.
  21.      m         Single step back one frame staying within anim.
  22.      /         Single step forward one frame staying within anim.
  23.      -         Increase animation playback speed.
  24.      =         Decrease animation playback speed.
  25.      0         Reset animation playback speed to original values.
  26.      1         Decrement volume by 10.
  27.      2         Decrement volume by 1.
  28.      3         Increment volume by 1.
  29.      4         Increment volume by 10.
  30.      s         Toggle. Audio Volume(MUTE). on/off.
  31.      8         Toggle. Main Speaker. on/off.
  32.      9         Toggle. Headphones. on/off.
  33.      v#        Setup volume where # is an number from 0 to 100.
  34.         For example v53  or v78
  35.      e         force expose if anim running. Needs to be improved.
  36.  
  37.  
  38. Eventually commands will be added to set the frame, etc.  Also there
  39. may eventually be a status returned by a similiar mechanism.
  40.  
  41. Mark
  42.