home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / MODEM / INSP / INSPECT.KEY < prev    next >
Text File  |  1993-12-01  |  7KB  |  198 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                Keyboard symbol <-> keycode translations                   ;;
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4. ;Key    Hex-code    Comments              XCode     Default use
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Function keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. F1      0x3b00                          ; HELP      Display help
  7. F2      0x3c00                          ; GMARK     Mark/unmark all files
  8. F3      0x3d00                          ; VIEW      View current file
  9. F4      0x3e00                          ; EDIT      Edit current file
  10. F5      0x3f00                          ; COPY      Copy current/marked file
  11. F6      0x4000                          ; MOVE      Move current/marked file
  12. F7      0x4100                          ; MKDIR     Create new directory
  13. F8      0x4200                          ; SORT      Sort list
  14. F9      0x4300                          ; LOG       View directories
  15. F10     0x4400                          ; EXEC      Execute file
  16. F11     0x8500
  17. F12     0x8600
  18. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Shift Function keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  19. #F1     0x5400
  20. #F2     0x5500
  21. #F3     0x5600
  22. #F4     0x5700
  23. #F5     0x5800
  24. #F6     0x5900
  25. #F7     0x5a00
  26. #F8     0x5b00
  27. #F9     0x5c00
  28. #F10    0x5d00                          ; EXEC      Execute file
  29. #F11    0x8700
  30. #F12    0x8800
  31. ;;;;;;;;;;;;;;;;;;;;;;;;;;;; Control Function keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  32. ^F1     0x5e00
  33. ^F2     0x5f00
  34. ^F3     0x6000
  35. ^F4     0x6100
  36. ^F5     0x6200
  37. ^F6     0x6300
  38. ^F7     0x6400
  39. ^F8     0x6500
  40. ^F9     0x6600
  41. ^F10    0x6700
  42. ^F11    0x8900
  43. ^F12    0x8a00
  44. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Alt Function keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  45. @F1     0x6800
  46. @F2     0x6900
  47. @F3     0x6a00
  48. @F4     0x6b00
  49. @F5     0x6c00
  50. @F6     0x6d00
  51. @F7     0x6e00
  52. @F8     0x6f00
  53. @F9     0x7000
  54. @F10    0x7100
  55. @F11    0x8b00
  56. @F12    0x8c00
  57. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Control alpha keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  58. ^A      0x1e01
  59. ^B      0x3002
  60. ^C      0x2e03
  61. ^D      0x2004                          ; DRIVE     Change drive
  62. ^E      0x1205                          ; REEXEC    Execute last command
  63. ^F      0x2106                          ; FINDF     Locate file
  64. ^G      0x2207
  65. ^H      0x2308
  66. ^I      0x1709
  67. ^J      0x240a
  68. ^K      0x250b
  69. ^L      0x260c
  70. ^M      0x320d
  71. ^N      0x310e
  72. ^O      0x180f
  73. ^P      0x1910
  74. ^Q      0x1011
  75. ^R      0x1312                          ; RESCN     Rescan current directory
  76. ^S      0x1f13                          ; TYPES     Determine file types
  77. ^T      0x1414
  78. ^U      0x1615
  79. ^V      0x2f16
  80. ^W      0x1117
  81. ^X      0x2d18
  82. ^Y      0x1519
  83. ^Z      0x2c1a
  84. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Alt alpha/numberic keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  85. @A      0x1e00                          ; ADDARC    Add files to an archive
  86. @B      0x3000
  87. @C      0x2e00
  88. @D      0x2000
  89. @E      0x1200                          ; EDIT      Edit current file
  90. @F      0x2100
  91. @G      0x2200
  92. @H      0x2300
  93. @I        0x1700                            ; DIRIDX    Fast directory index
  94. @J      0x2400
  95. @K      0x2500
  96. @L      0x2600                          ; LIST      View current file, list mode
  97. @M      0x3200
  98. @N      0x3100
  99. @O      0x1800
  100. @P      0x1900
  101. @Q      0x1000                          ; QUIT      Exit, retain current directory
  102. @R      0x1300
  103. @S      0x1f00                          ; SORT      Sort list
  104. @T      0x1400                          ; TESTARC   Test files in archive
  105. @U      0x1600
  106. @V      0x2f00
  107. @W      0x1100
  108. @X      0x2d00                          ; <none>    Exit InspectA
  109. @Y      0x1500
  110. @Z      0x2c00                          ; SHELL     Shell to command line
  111. @0      0x8100
  112. @1      0x7800
  113. @2      0x7900
  114. @3      0x7a00
  115. @4      0x7b00
  116. @5      0x7c00
  117. @6      0x7d00
  118. @7      0x7e00
  119. @8      0x7f00
  120. @9      0x8000
  121. ;;;;;;;;;;;;;;;;;;;;;;;;;;;; Cursor/keypad keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  122. Left    0x4b00
  123. Right   0x4d00
  124. Up      0x4800                          ; PREV      Previous file
  125. Down    0x5000                          ; NEXT      Next file
  126. PgUp    0x4900                          ; PREVSCN   Previous screen
  127. PgDn    0x5100                          ; NEXTSCN   Next screen
  128. Home    0x4700                          ; TOP       Top of files list
  129. End     0x4f00                          ; END       End of files list
  130. Insert  0x5200                          ; DESCRIBE  Add/edit file description
  131. Delete  0x5300                          ; DELETE    Delete file or directory
  132. Grey*   0x372A
  133. Grey+   0x4e2b
  134. Grey-   0x4a2d
  135. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Control Cursor Keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  136. ^PgUp   0x8400                          ; UPDIR     Move up one directory
  137. ^PgDn   0x7600                          ; DNDIR     Move down one directory
  138. ^Left   0x7300
  139. ^Right  0x7400
  140. ^Home   0x7700
  141. ^End    0x7500
  142. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Shift Cursor keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  143. #Left   0xf900
  144. #Right  0xfa00
  145. #Up     0xf000                          ; MARKUP    Mark current file, move up
  146. #Down   0xf100                          ; MARKDN    Mark current file, move down
  147. #PgUp   0xf200                          ; MARKPGUP  Mark up screen
  148. #PgDn   0xf300                          ; MARKPGDN  Mark down screen
  149. #Home   0xf500                          ; MARKHOME  Mark all files to top
  150. #End    0xf600                          ; MARKEND   Mark all files to end
  151. #Delete 0xfb00
  152. #Insert 0xfc00
  153. #Grey+  0xfd00
  154. #Grey-  0xff00
  155. ;;;;;;;;;;;;;;;;;;;;;;;;;; Shift/Control Cursor Keys ;;;;;;;;;;;;;;;;;;;;;;;;;;
  156. #^Left  0xee00
  157. #^Right 0xef00
  158. #^PgUp  0xf700
  159. #^PgDn  0xf800
  160. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Miscellaneous keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  161. Tab     0x0f09
  162. #Tab    0x0f00      ; Shift Tab
  163. Enter   0x1c0d                          ; DOFILE    Act on file (default=view)
  164. BckSpc  0x0e08
  165. Space   0x3920                          ; MARK      Mark current file
  166. Escape  0x011b                          ; ESCAPE    Quit (with prompt)
  167. ;;;;;;;;;;;;;;;;;;;;;;;;;; Control Miscellaneous keys ;;;;;;;;;;;;;;;;;;;;;;;;;
  168. ^Enter  0x1C0a                          ; CHGWIN    Change files window size
  169. ^BckSpc 0x0e7f
  170. ^PrtScr 0x7200      ; ^ Printscreen
  171. ^Space  0xcf00
  172. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Shift Miscellaneous keys ;;;;;;;;;;;;;;;;;;;;;;;;;;
  173. #Space  0xed00
  174. #Enter    0xf400                            ; DOSVIEW    View dos screen
  175. #Escape 0xfd00
  176. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Punctuation keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  177. Less    0x333c      ; <
  178. Greater 0x343e      ; >
  179. Period  0x342e      ; .
  180. Comma   0x332c      ; ,
  181. Uline   0x0c5f      ; _
  182. LftPar  0x0a28      ; (
  183. RgtPar  0x0b29      ; )
  184. LftBra  0x1a5b      ; [
  185. RgtBra  0x1b5d      ; ]
  186. BckSlsh 0x2b5c      ; \
  187. Plus    0x0d2b      ; + (white)
  188. Minus   0x0c2d      ; - (white)
  189. Equals  0x0d3d      ; =
  190. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Control Puctuation keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  191. ^LftBra 0x1a1b      ; ^[
  192. ^RgtBra 0x1b1d      ; ^]
  193. ^\      0x2b1c
  194. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Alt Punctuation keys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  195. @-      0x8200      ; Alt--             ; <none>    View memory statistics
  196. @=      0x8300      ; Alt-=
  197.  
  198.