| !Run file for Key Window
| by R.G.Hallas
|
Set KeyWindow$Dir <Obey$Dir>
SetEval KeyWindow$Flags 27
|
| The KeyWindow$Flags variable is a decimal number
| in the range 0 to 31, which is calculated from the
| following set of bits, which mean, when set:
|
|   Bit 0: Always open keystrip at top of screen.
|   Bit 1: Scroll strip when pointer reaches edges.
|   Bit 2: Show horizontal scroll bar, along with a
|          resize icon and a toggle size icon.
|   Bit 3: Context sensitive: applications gaining
|          the caret will open new strips.
|   Bit 4: Load sensitive: applications starting up
|          and quitting will open and close strips.
|
SetEval KeyWindow$DummyMessage &D997F
| The above line is for internal use, and refers to
| an unused WIMP message number. If this message is
| ever used in the future, then this number should
| be changed to avoid conflicts.
|
IconSprites <KeyWindow$Dir>.!Sprites
WimpSlot -min 64K -max 64K
Run <KeyWindow$Dir>.!RunImage
