home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / splot122.zip / SPEXPERT.CFG < prev    next >
Text File  |  1994-10-06  |  3KB  |  105 lines

  1. /* edit the numeric values to chage option */
  2. /* 1 is on and 0 is off for on/off parameters */
  3. undo_limit 30000
  4. key_map 0
  5. exclusive_map 0
  6. tab_size 3
  7. right_margin 79
  8. left_margin 0
  9. indent 4
  10. ordinary_colour 7
  11. changed_colour 3
  12. background_colour 0
  13. command_colour 4
  14. command_back_colour 7
  15. tab_compress 0
  16. auto_indent 1
  17. auto_wrap 0
  18. copy_indent 0
  19. right_justify 0
  20. error_beep 1
  21. overwrite_warn 0
  22. inc_update 0
  23. pan_sense 0
  24. dos_print 1
  25. always_load 1
  26. font_name System Monospaced
  27. font_size 10
  28. edit_x_pos 300
  29. edit_y_pos 12
  30. edit_width 320
  31. edit_height 452
  32. plot_x_pos -4
  33. plot_y_pos 6
  34. plot_width 303
  35. plot_height 457
  36. printer_name  
  37. printer_path PRN
  38. index_names (null)
  39.  
  40. /* Starting in the first column of a definition must appear the key word */ 
  41. /* or function key identifying the macro. This is followed by the macro */ 
  42. /* body. Function keys may not appear in macro bodies.*/
  43. /* macro definitions require two characters per keystroke and are encoded as follows:   */
  44. /* Sequences are in ASCII order.*/ 
  45.  
  46. /* Ordinary characters            prepend with _                                        */
  47. /* Control Keys                   prepend with ^       ^M Return, ^[ esc                */
  48. /* Alt Keys                       prepend with %                                        */
  49. /* Cursor keys                    prepend with #       #. Del, #0 Ins - #9 PgUp         */
  50. /* Ctrl Cursor Keys               prepend with #       #N Del, #P Ins - #Y PgUp         */
  51. /* Alt Cursor Keys                prepend with #       #n Del, #p Ins - #y PgUp         */
  52. /* Function Keys                  prepend with $       $1 - S<                          */
  53. /* Shift Function Keys            prepend with $       $= - $H                          */
  54.  
  55. /* function key macro definitions */
  56. $1 ^[_?^M
  57. $2 ^W
  58. $3 ^Q
  59. $4 ^W^Q
  60. $5 ^[
  61. $6 ^[_c_o_n_f_i_g_u_r_e^M
  62. $7 ^[_e_
  63. $8 ^[_r_
  64. $9 ^U
  65. $: ^N
  66. $I #7_#_i_n_c_l_u_d_e^`_<_s_p_l_o_t_._h_>^M_m_a_i_n_(_)^M#6#6#6_{^M_}#8
  67. $J _i_f^`_(_)^M#6#6#6_{^M_}#8#8
  68. $K _e_l_s_e^M#6#6#6_{^M_}#8
  69. $L _f_o_r^`_(_;_;_)^M#6#6#6_{^M_}#8#8#6
  70. $M _w_h_i_l_e^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6
  71. $N _d_o^M#6#6#6_{^M_}^M#4#4#4_w_h_i_l_e^`_(_)_;#4#4
  72. $O _b_r_e_a_k_;
  73. $P _c_o_n_t_i_n_u_e_;
  74. $Q _r_e_t_u_r_n_;
  75. $R _c_h_a_r^`_;#4
  76. $S _i_n_t^`_;#4
  77. $T _f_l_o_a_t^`_;#4
  78. $U _d_o_u_b_l_e^`_;#4
  79. $V _s_w_i_t_c_h^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6#6
  80. $W _c_a_s_e^`_:#4
  81. $X _d_e_f_a_u_l_t^`_:#4
  82. $\ ^^
  83. $] ^_
  84. $;  
  85. $<  
  86. $=  
  87. $>  
  88. $?  
  89. $@  
  90. $A  
  91. $B  
  92. $C  
  93. $D  
  94. $E  
  95. $F  
  96. $G  
  97. $H  
  98. $Y  
  99. $Z  
  100. $[  
  101. $^  
  102. $_  
  103. $`  
  104.  
  105.