home *** CD-ROM | disk | FTP | other *** search
- ; KEYBOARD TEMPLATES FOR YOUR FAVORITE PROGRAMS
- ;
- ; This program will print a template from data given in a file or from
- ; the keyboard (function key data only) on an Epson compatible
- ; printer. It is laid out for the 101 style keyboard ( function keys
- ; across the top).
- ;
- ; Additions, corrections or compliments are greatly appreciated.
- ; Feel free to share this program with your friends. BUT do not
- ; accept any money for same.
- ;
- ; I can be contacted through this BBS, writing, or calling:
- ; Jim Hudson
- ; 4600 Hillsboro Ave No
- ; New Hope, MN 55428
- ;
- ; 612-533-4450
- ;
- ;
- ; Comment lines begin with ; or *
- ; All blank lines are ignored
- ; If you want a blank line in the function or info area, enter // at the
- ; beginning of the line
- ; Maximum number of FUNCTION KEYS = 12
- ; Maximum lines above the function = 4
- ; There are three columns of information area
- ; Maximum characters per column = 35
- ; Maximum lines of info = 15
- ; mode lines are .cx (columns 1-3) for the info lines
- ; .fx (keys 1-15) for the function keys
- ; .t for the title line
- ;
- ; The only requirements are:
- ; When a mode is set, the subsequent lines of data are for that mode.
- ; Until the mode is changed.
- ; Text cannot go on the same line as the mode set command
- ;
- ; All data does not have to be in any order and may skip around.
- ;
- ; Example .c1 sets the mode for data into column 1. The next lines of data
- ; will be under that column. If the same column is set again, the
- ; data will continue.
-
- .t
-
- This is a title line
-
- .c1
-
- First line of column 1
- //
- Third line of column 1
-
- .c2
-
- First line of column 2
- Second line of column 2
-
- .c3
-
- Column 3
-
-
- .f1
-
- Text for
- function key
- # 1
-
- .f2
-
- The rest of
- the function
- keys
-
- ;
- ; for the rest (any or all) function keys
- ;
-
-
- ;we can also continue data
-
- .c1
-
- this would be the fourth line of column 1
-
-
- .f10
-
- and some
- function
- keys
-