home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d926 / jcgraph.lha / JcGraph / Rexx / Keys.rex < prev    next >
OS/2 REXX Batch file  |  1993-10-07  |  807b  |  20 lines

  1. /* Keys.rex */
  2. /* -------- */
  3. /* Description: Enable user to assign rexx script to F6 to F10 function */
  4. /*              keys. This is another button cluster so this script     */
  5. /*              doesn't do the actual stuff but rather call other       */
  6. /*              scripts.                                                */
  7.  
  8. address 'JCGRAPH'
  9.  
  10. 'button 1 Label=>>F6 JcGraph:rexx/AssignF6.rex'
  11. 'button 2 Label=>>F7 JcGraph:rexx/AssignF7.rex'
  12. 'button 3 Label=>>F8 JcGraph:rexx/AssignF8.rex'
  13. 'button 4 Label=>>F9 JcGraph:rexx/AssignF9.rex'
  14. 'button 5 Label=>>F10 JcGraph:rexx/AssignF10.rex'
  15. 'button 6 Label= JcGraph:rexx/Keys.rex'
  16. 'button 7 Label= JcGraph:rexx/Keys.rex'
  17. 'button 8 Label= JcGraph:rexx/Keys.rex'
  18. 'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
  19. 'button 10 Label= JcGraph:rexx/Keys.rex'
  20.