home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / keyboard / kw_1 / !KeyWindow / !Run < prev    next >
Text File  |  1993-05-10  |  802b  |  24 lines

  1. | !Run file for Key Window
  2. | by R.G.Hallas
  3. |
  4. Set KeyWindow$Dir <Obey$Dir>
  5. SetEval KeyWindow$Flags 59
  6. |
  7. | The KeyWindow$Flags variable is a decimal number
  8. | in the range 0 to 63, which is calculated from the
  9. | following set of bits, which mean, when set:
  10. |
  11. |   Bit 0: Always open keystrip at top of screen.
  12. |   Bit 1: Scroll strip when pointer reaches edges.
  13. |   Bit 2: Show horizontal scroll bar, along with a
  14. |          resize icon and a toggle size icon.
  15. |   Bit 3: Always compress keystrip to fit screen.
  16. |   Bit 4: Context sensitive: applications gaining
  17. |          the caret will open new strips.
  18. |   Bit 5: Load sensitive: applications starting up
  19. |          and quitting will open and close strips.
  20. |
  21. IconSprites <KeyWindow$Dir>.!Sprites
  22. WimpSlot -min 64K -max 64K
  23. Run <KeyWindow$Dir>.!RunImage
  24.