home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / mouseoff / ReadMe
Text File  |  1998-09-04  |  1KB  |  50 lines

  1. !Help for !MouseOff
  2.  
  3. MouseOff is a 164-byte module which disables the Mouse module
  4. when the screen blanks. This prevents accidental movement of
  5. the mouse restoring the screen display.
  6.  
  7. When the Mouse module is inactive, the only way to restore
  8. the display (end the blanking) is to press a key. Preferably
  9. this should be a key which will have no untoward effect, such
  10. as Ctrl or Alt.
  11.  
  12. Restoring the display causes MouseOff to re-init the Mouse
  13. Module.
  14.  
  15. To Test
  16. =======
  17.  
  18. Double-clicking on !MouseOff will install the module for
  19. testing. Then press F12 and type
  20.  
  21. *BlankTime 10[RETURN]
  22. [RETURN]
  23.  
  24. Wait 10 seconds or so. The screen will blank but moving the
  25. mouse shouldn't restore it. Now press a key such as Ctrl or
  26. Alt. The screen display will be restored.
  27.  
  28. (Now press F12 and type in the seconds BlankTime you
  29. wish to have as standard.)
  30.  
  31. Auto-Run
  32. ========
  33.  
  34. Copy !MouseOff into !Boot.Choices.Boot.PreDesk or some other
  35. boot up directory which will ensure that !MouseOff is run
  36. when the computer starts up.
  37.  
  38. Removing MouseOff
  39. =================
  40.  
  41. Press F12 and type
  42.  
  43. *RMKill MouseOff[RETURN]
  44. [RETURN]
  45.  
  46. (Note: you cannot do this while the screen is blanked, so
  47. there is no danger of not being able to recover the display.)
  48.  
  49.  
  50.