home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / KEYBOARD / TEMPL.ZIP / TEMPL.DOC < prev    next >
Encoding:
Text File  |  1988-06-03  |  2.0 KB  |  94 lines

  1. ;    KEYBOARD TEMPLATES FOR YOUR FAVORITE PROGRAMS
  2. ;
  3. ; This program will print a template from data given in a file or from
  4. ;  the keyboard (function key data only) on an Epson compatible
  5. ;  printer.  It is laid out for the 101 style keyboard ( function keys
  6. ;  across the top).
  7. ;
  8. ; Additions, corrections or compliments are greatly appreciated.
  9. ; Feel free to share this program with your friends.  BUT do not
  10. ; accept any money for same.
  11. ;
  12. ; I can be contacted through this BBS, writing, or calling:
  13. ;    Jim Hudson
  14. ;     4600 Hillsboro Ave No
  15. ;    New Hope, MN 55428
  16. ;
  17. ;    612-533-4450
  18. ;
  19. ; Comment lines begin with ; or *
  20. ; All blank lines are ignored
  21. ; If you want a blank line in the function or info area, enter // at the
  22. ;    beginning of the line
  23. ; Maximum number of FUNCTION KEYS = 12
  24. ; Maximum lines above the function = 4
  25. ; There are three columns of information area
  26. ; Maximum characters per column = 35
  27. ; Maximum lines of info = 15
  28. ; mode lines are .cx (columns 1-3) for the info lines
  29. ;           .fx (keys 1-15) for the function keys
  30. ;         .t for the title line
  31. ;
  32. ; The only requirements are: 
  33. ;    When a mode is set, the subsequent lines of data are for that mode.  
  34. ;        Until the mode is changed.    
  35. ;    Text cannot go on the same line as the mode set command
  36. ;
  37. ; All data does not have to be in any order and may skip around.
  38. ;
  39. ; Example .c1 sets the mode for data into column 1. The next lines of data
  40. ;    will be under that column.  If the same column is set again, the
  41. ;       data will continue.
  42.  
  43. .t
  44.  
  45. This is a title line
  46.  
  47. .c1
  48.  
  49. First line of column 1
  50. //
  51. Third line of column 1
  52.  
  53. .c2
  54.  
  55. First line of column 2
  56. Second line of column 2
  57.  
  58. .c3
  59.  
  60. Column 3
  61.  
  62.  
  63. .f1
  64.  
  65. Text for
  66. function key
  67. # 1
  68.  
  69. .f2
  70.  
  71. The rest of
  72. the function
  73. keys
  74.  
  75. ;
  76. ; for the rest (any or all) function keys
  77. ;
  78.  
  79.  
  80. ;we can also continue data
  81.  
  82. .c1
  83.  
  84. this would be the fourth line of column 1
  85.  
  86.  
  87. .f10
  88.  
  89. and some
  90. function
  91. keys
  92.  
  93.