home *** CD-ROM | disk | FTP | other *** search
/ Amiga Repair Kit / Amiga Repair Kit.iso / Freely_Distributable / DisKey_3.0_Preview_3 / DisKey_3.0 / Doc / DisKey.Doc < prev    next >
Encoding:
Text File  |  1996-07-10  |  4.5 KB  |  154 lines

  1.  
  2. DisKey and all files that belong to it are
  3. Copyright © 1989-1995 by Angela Schmidt, Neu-Ulm, Germany. No changes
  4. in any of these files are allowed.
  5.  
  6.  
  7. Sorry, there is not yet a long english documentation. Here, you
  8. find the most important things you should know about DisKey. For
  9. a better documentation you should wait until the final release
  10. or learn German... :-)
  11.  
  12.  
  13. Shortcuts:
  14. ----------
  15.  
  16. There are additional shortcuts supported, which are not visible in the
  17. menus.
  18.  
  19. Tab        If the ascii- or hexdisplay is active, it changes the
  20.         active display to hex or ascii, respectively.
  21. Esc        If the ascii- or hexdisplay is active, it will be
  22.         disactivated, so you are able to reach gadgets with
  23.         normal characters. If no display is active, the ascii- or
  24.         hex-display, which was active before, will be reactivated.
  25. a,A        If no display is activate, the ascii-display will be
  26.         activated.
  27. x,X        If no display is activate, the hex-display will be
  28.         activated.
  29. Del        Undoes the character under the cursor and goes one step
  30.         to the right.
  31. Backspace    Undoes the character under the cursor and goes one step
  32.         to the left.
  33. LAlt-B        Enter blocknumber
  34. LAlt-LShift-B    Decrement blocknumber
  35. LAlt-RShift-B    Increment blocknumber
  36. LAlt-T        Enter tracknumber
  37. LAlt-LShift-T    Decrement tracknumber
  38. LAlt-RShift-T    Increment tracknumber
  39. LAlt-C        Enter cylindernumber
  40. LAlt-LShift-C    Decrement cylindernumber
  41. LAlt-RShift-C    Increment cylindernumber
  42. LAlt-H        Enter headnumber
  43. LAlt-LShift-H    Decrement headnumber
  44. LAlt-RShift-H    Increment headnumber
  45. LAlt-S        Enter sectornumber
  46. LAlt-LShift-S    Decrement sectornumber
  47. LAlt-RShift-S    Increment sectornumber
  48.  
  49. RCommand-'.'    These two shortcuts cycle the display line at the top of
  50. RCommand-','    the screen.
  51.  
  52.  
  53. Mouse Handling:
  54. ---------------
  55.  
  56. - Clicking outside the editor fields disables both fields and
  57.   enables gadget activision by typing a specific character.
  58. - Clicking into the last message field or into the cycle gadget
  59.   field while its text is too large to be completely shown, will
  60.   scroll it to the left or right, which depends on where you
  61.   click.
  62.  
  63.  
  64. Gadgets:
  65. --------
  66.  
  67. You can cycle the cyclegadget by pressing RAmiga+. or RAmiga+,
  68.  
  69. The stringgadgets have some extra features, too:
  70.  - If you enter nothing, no change will be done.
  71.  - If you enter "#", the old value will be displayed decimal.
  72.  - If you enter "$", the old value will be displayed hexadecimal.
  73.  
  74.  
  75. Requesters:
  76. -----------
  77.  
  78. There are many requesters in DisKey. If you want to answer using your
  79. keyboard, there are the following possibilities:
  80.  
  81.  Ok:      - LAmiga-V (or whatever you've choosen in your preferences)
  82.           - <RETURN>
  83.  Cancel:  - LAmiga-B (or whatever you've choosen in your preferences)
  84.           - <ESC>
  85.  
  86.  
  87. Flags:
  88. ------
  89.  
  90. The meaning of the flags in the titlebar are:
  91.  
  92.  M: Block was modified
  93.  L: DisKey is just learning a macro
  94.  W: Disk is write protected
  95.  I: Disk is inhibited
  96.  
  97. Upper case letters mean TRUE, lower case letters FALSE.
  98.  
  99.  
  100. Filesystem modules:
  101. -------------------
  102.  
  103. As you might have seen, DisKey also works with some external FileSystem
  104. modules. This allows e. g. to handle MessyDos-Disks in an easy way.
  105. For now, DisKey has three built-in modules: one for DOS/0 to DOS/5,
  106. one for Kickstart disks and one dummy module, which handles everything
  107. a bit. Additionally, there is a rdskfs.dkfs available, which handles
  108. rigid disk blocks and an iso9660.dkfs in development, which will handle
  109. ISO9660 CD-ROMs
  110.  
  111.  
  112. ARexx and macros:
  113. -----------------
  114.  
  115. Most of them should work. Try it! Please refer to "Rexx" for more
  116. information. Sometimes, you won't get a rexx error, even if there
  117. was an error. I know that there are many places with missing
  118. error return values. Just report all these things and I'll fix it.
  119. For now, I was too lazy to got through all the sources to check
  120. for error results.
  121.  
  122.  
  123. CLI Syntax:
  124. -----------
  125.  
  126. DisKey understands the following syntax when called from CLI:
  127.  
  128. 1> DisKey [<device>:] [ICON <icon>] [SETTINGS <settings>] [MACRO <macro>]
  129.           [PUBSCREEN <name>] [NONEWSTYLE] [IGNOREDEV <device>:]
  130.           [IGNOREDEV <device>:] ...
  131.  
  132. NOTES: ".info" will be automatically added to <icon>, so don't add it!
  133.  
  134.   <device>:   Load this device
  135.   ICON:       Load settings from this Icon
  136.   SETTINGS:   Load these settings
  137.   PUBSCREEN:  Name of the screen to open on
  138.   IGNOREDEV:  Ignore this device
  139.   NONEWSTYLE: Don't submit NewStyle commands
  140.   debug[opt]: Debugging for betatesters only
  141.  
  142.  
  143. Tooltypes:
  144. ----------
  145.  
  146. DisKey understands the following tooltypes when started from Workbench:
  147.  
  148. DEVICE or DRIVE=<device>:
  149. SETTINGS=<settings>
  150. MACRO=<macro>
  151. IGNOREDEVS=<device>:[ <device2>:[ <device3>:...]]
  152. NONEWSTYLE[=TRUE|FALSE]
  153. PUBSCREEN=<screenname>
  154.