home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / doc / d5.rno < prev    next >
Encoding:
Text File  |  1985-01-12  |  8.5 KB  |  215 lines

  1. .; $Id: d5.rno,v 1.2 1985/01/12 20:46:08 tom Exp $
  2. .req "d0.req"
  3. .; vt100/vt52 keypad
  4. Like EDT, FLIST supports both the VT100 and VT52 keypads.
  5. The VT52 keypad is a subset of the VT100 keypad;
  6. it doesn't have PF4, "-" or ",".
  7. Unlike EDT, which assigns different functions on the two keypads,
  8. FLIST assigns the same function to keys having the same marking.
  9.  
  10. .tp28.lm22.b2
  11. .lt
  12. +-------+-------+-------+-------+
  13. |       |       |       |       |
  14. |  PF1  |  PF2  |  PF3  | UP    |
  15. |       |       |       |       |
  16. +-------+-------+-------+-------+
  17. |       |       |       |       |
  18. |  "7"  |  "6"  |  "8"  | DOWN  |
  19. |       |       |       |       |
  20. +-------+-------+-------+-------+
  21. |       |       |       |       |
  22. |  "4"  |  "5"  |  "6"  | RIGHT |
  23. |       |       |       |       |
  24. +-------+-------+-------+-------+
  25. |       |       |       |       |
  26. |  "1"  |  "2"  |  "3"  | LEFT  |
  27. |       |       |       |       |
  28. +-------+-------+-------+-------+
  29. |               |       |       |
  30. |      "0"      |  "."  | ENTER |
  31. |               |       |       |
  32. +-------+-------+-------+-------+
  33. .el
  34. .b.lm.c;Figure 1##^*Model VT52 Keypad\*
  35. .;.stc 2,1,Model VT52 Keypad
  36.  
  37. .b;Like EDT, FLIST uses PF1 as a "GOLD key" (an escape-shift function).
  38. FLIST provides four sorting commands on the keypad: NAME, TYPE, DATE and SIZE.
  39. The GOLD key selects a reverse-sort for each of these.
  40. .b;The forward and backward operations work as in EDT;
  41. they set a direction flag (used in the "scroll" function).
  42. .b;In Figure#2, the uppercase keywords are FLIST commands;
  43. the lowercase are functions.
  44. .tp28.lm22.b2
  45. .x Key assignments>Keypad#".", Fixed-point sorting
  46. .x Keypad#".", Fixed-point sorting
  47. .x Key assignments>Keypad#0>sort by NAME
  48. .x Keypad#0>sort by NAME
  49. .x Key assignments>Keypad#1, sort by TYPE
  50. .x Keypad#1, sort by TYPE
  51. .x Key assignments>Keypad#2>sort by DATE
  52. .x Keypad#2>sort by DATE
  53. .x Key assignments>Keypad#3, sort by SIZE
  54. .x Keypad#3, sort by SIZE
  55. .x Key assignments>Keypad#4>scroll forward
  56. .x Keypad#4>scroll forward
  57. .x Key assignments>Keypad#4>scroll to end (GOLD)
  58. .x Keypad#4>scroll to end (GOLD)
  59. .x Key assignments>Keypad#5>scroll backward
  60. .x Keypad#5>scroll backward
  61. .x Key assignments>Keypad#5>scroll to top (GOLD)
  62. .x Keypad#5>scroll to top (GOLD)
  63. .x Key assignments>Keypad#6>display timer
  64. .x Keypad#6>display timer
  65. .x Key assignments>Keypad#6>reset timer (GOLD)
  66. .x Keypad#6>reset timer (GOLD)
  67. .x Key assignments>Keypad#7>EDIT
  68. .x Keypad#7>EDIT
  69. .x Key assignments>Keypad#7>VIEW (GOLD)
  70. .x Keypad#7>VIEW (GOLD)
  71. .x Key assignments>Keypad#8, scroll up or down
  72. .x Keypad#8, scroll up or down
  73. .x Key assignments>Keypad#9, BROWSE (browse)
  74. .x Keypad#9, BROWSE (browse)
  75. .x Key assignments>PF1, {GOLD}
  76. .x PF1, {GOLD}
  77. .x Key assignments>PF2, HELP
  78. .x PF2, HELP
  79. .x Key assignments>PF3>NEXT
  80. .x PF3>NEXT
  81. .x Key assignments>PF3>FIND (GOLD)
  82. .x PF3>FIND (GOLD)
  83. .lt
  84. +-------+-------+-------+-------+
  85. |       |       | NEXT  |       |
  86. | gold  | HELP  |       | up    |
  87. |       |       | FIND  |       |
  88. +-------+-------+-------+-------+
  89. | EDIT  | scroll|       |       |
  90. |       |       | BROWSE| down  |
  91. | VIEW  |       |       |       |
  92. +-------+-------+-------+-------+
  93. |forward|backwrd| ?TIME |       |
  94. |       |       |       | right |
  95. | /END  | /TOP  | /TIME |       |
  96. +-------+-------+-------+-------+
  97. |/STYPE |/SDATE |/SSIZE |       |
  98. |       |       |       | left  |
  99. |/RTYPE |/RTYPE |/RSIZE |       |
  100. +-------+-------+-------+-------+
  101. |    /SNAME     |/MARK  |       |
  102. |               |       | return|
  103. |    /RNAME     |/NOMARK|       |
  104. +-------+-------+-------+-------+
  105. .el
  106. .lm.b.c;Figure 2##^*VT52 Keypad Assignments
  107. .;.stc 2,2,VT52 Keypad Assignments
  108.  
  109. .b2.tp28.lm2.b2
  110. .lt
  111. +-------+-------+-------+-------+       +-------+-------+-------+-------+
  112. |       |       |       |       |       |       |       |       |       |
  113. | UP    | DOWN  | LEFT  | RIGHT |       | PF1   | PF2   | PF3   | PF4   |
  114. |       |       |       |       |       |       |       |       |       |
  115. +-------+-------+-------+-------+       +-------+-------+-------+-------+
  116.                                         |       |       |       |       |
  117.                                         |  "7"  |  "8"  |  "9"  |  "-"  |
  118.                                         |       |       |       |       |
  119.                                         +-------+-------+-------+-------+
  120.                                         |       |       |       |       |
  121.                                         |  "4"  |  "5"  |  "6"  |  ","  |
  122.                                         |       |       |       |       |
  123.                                         +-------+-------+-------+-------+
  124.                                         |       |       |       |       |
  125.                                         |  "1"  |  "2"  |  "3"  |       |
  126.                                         |       |       |       |       |
  127.                                         +-------+-------+-------+ ENTER |
  128.                                         |               |       |       |
  129.                                         |      "0"      |  "."  |       |
  130.                                         |               |       |       |
  131.                                         +-------+-------+-------+-------+
  132. .el
  133. .lm.b.c;Figure 3##^*Model VT100 Keypad
  134. .;.stc 2,3,Model VT100 Keypad
  135.  
  136. .b;The extra keys on the VT100 keypad are used for functions which
  137. can be performed in other ways, but which are useful on the keypad:
  138. .lm+8
  139. .b.i-4
  140. o    The /CLEFT and /CRIGHT operations rotate the column-list.
  141. .b.i-4
  142. o    The "recall" function retrieves the previous command.
  143. This function may be also achieved by a normal "-" key (to enter
  144. command-edit mode), or by an up-arrow key (while in command-edit).
  145. .lm-8
  146. .tp28.lm2.b2
  147. .x Key assignments>Keypad#"-", recall
  148. .x Keypad#"-", recall
  149. .x Key assignments>Keypad#".", Fixed-point sorting
  150. .x Keypad#".", Fixed-point sorting
  151. .x Key assignments>Keypad#0>sort by NAME
  152. .x Keypad#0>sort by NAME
  153. .x Key assignments>Keypad#1, sort by TYPE
  154. .x Keypad#1, sort by TYPE
  155. .x Key assignments>Keypad#2>sort by DATE
  156. .x Keypad#2>sort by DATE
  157. .x Key assignments>Keypad#3, sort by SIZE
  158. .x Keypad#3, sort by SIZE
  159. .x Key assignments>Keypad#4>scroll forward
  160. .x Keypad#4>scroll forward
  161. .x Key assignments>Keypad#4>scroll to end (GOLD)
  162. .x Keypad#4>scroll to end (GOLD)
  163. .x Key assignments>Keypad#5>scroll backward
  164. .x Keypad#5>scroll backward
  165. .x Key assignments>Keypad#5>scroll to top (GOLD)
  166. .x Keypad#5>scroll to top (GOLD)
  167. .x Key assignments>Keypad#6>display timer
  168. .x Keypad#6>display timer
  169. .x Key assignments>Keypad#6>reset timer (GOLD)
  170. .x Keypad#6>reset timer (GOLD)
  171. .x Key assignments>Keypad#7>EDIT
  172. .x Keypad#7>EDIT
  173. .x Key assignments>Keypad#7>VIEW (GOLD)
  174. .x Keypad#7>VIEW (GOLD)
  175. .x Key assignments>Keypad#8, scroll up or down
  176. .x Keypad#8, scroll up or down
  177. .x Key assignments>Keypad#9, BROWSE (browse)
  178. .x Keypad#9, BROWSE (browse)
  179. .x Key assignments>PF1, {GOLD}
  180. .x PF1, {GOLD}
  181. .x Key assignments>PF2, HELP
  182. .x PF2, HELP
  183. .x Key assignments>PF3>NEXT
  184. .x PF3>NEXT
  185. .x Key assignments>PF3>FIND (GOLD)
  186. .x PF3>FIND (GOLD)
  187. .x Key assignments>PF4>column-rotation
  188. .x PF4>column-rotation
  189. .lt
  190. +-------+-------+-------+-------+       +-------+-------+-------+-------+
  191. |       |       |       |       |       |       |       | NEXT  |/CLEFT |
  192. | up    | down  | left  | right |       | gold  | HELP  |       |       |
  193. |       |       |       |       |       |       |       | FIND  |/CRIGHT|
  194. +-------+-------+-------+-------+       +-------+-------+-------+-------+
  195.                                         | EDIT  |scroll |       |       |
  196.                                         |       |       | BROWSE|recall |
  197.                                         | VIEW  |       |       |       |
  198.                                         +-------+-------+-------+-------+
  199.                                         |forward|backwrd| ?TIME |       |
  200.                                         |       |       |       |       |
  201.                                         | /END  | /TOP  | /TIME |       |
  202.                                         +-------+-------+-------+-------+
  203.                                         |/STYPE |/SDATE |/SSIZE |       |
  204.                                         |       |       |       |       |
  205.                                         |/RTYPE |/RDATE |/RSIZE |       |
  206.                                         +-------+-------+-------+return +
  207.                                         |    /SNAME     |/MARK  |       |
  208.                                         |               |       |       |
  209.                                         |    /RNAME     |/NOMARK|       |
  210.                                         +-------+-------+-------+-------+
  211. .el
  212. .lm.b.c;Figure 4##^*VT100 Keypad Assignments
  213. .;.stc 2,4,VT100 Keypad Assignments
  214.  
  215.