home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / osk_412.lzh / OSK / OSK.doc < prev    next >
Text File  |  1990-12-14  |  2KB  |  53 lines

  1. /****************************************************************************
  2.  
  3.                          OSK 1.2 - The OnScreen Keyboard
  4.  
  5.                      © Copyright 1990 by Jonathan Potter
  6.  
  7.        Ever been caught without your keyboard? This program is for you!
  8.  
  9.           Not public domain, but as always, freely redistributable.
  10.  
  11. ****************************************************************************/
  12.  
  13.   Amiga keyboards are great. But have you ever taken your Amiga somewhere, and
  14. forgotten your keyboard? Fret no more, OSK is here!
  15.  
  16.   OSK gives you a software keyboard. A pictorial representation of the Amiga
  17. 3000's keyboard (alright, alright.. its the same as the 500's and 2000's...)
  18. is shown on the screen, and each of the keys is a gadget. OSK grabs the window
  19. that was active before it was run, and sends all key presses to that window.
  20.   To press a key, click on its gadget. The modifiers, CONTROL, CAPS LOCK,
  21. SHIFT, ALT and AMIGA are available - click once to turn on, and again to turn
  22. off.
  23.  
  24.   To send key strokes to a different window, click on the "Window" gadget in
  25. the top right corner. OSK then waits for you to click the left mouse button
  26. again. Simply click on the window you wish to send key strokes to.
  27.   It is probably not a good idea to try to send key strokes to a window that
  28. has been closed.
  29.  
  30.   You can iconify OSK by clicking on the ICON gadget in the titlebar. To
  31. de-iconify OSK, double click on the icon.
  32.   OSK can be started in iconified mode with the -i flag, from the CLI.
  33.  
  34.   ie. OSK -i
  35.  
  36.   OSK can also be kicked into being a 1000's keyboard by the gadget next to
  37. the ICON gadget. Clicking this again will turn it back into a 3000's keyboard.
  38.   You can specify the keyboard type on startup with the -1000 or -3000 flag.
  39.  
  40.   ie. OSK [-i] [-500|-2000|-3000]
  41.  
  42.   To trigger a reset from OSK, click on the CT, A and A keys, then on ESC.
  43.  
  44. Address author correspondance to :
  45.  
  46.                         Jonathan Potter
  47.                         P.O. Box 289
  48.                         Goodwood, 5034
  49.                         South Australia
  50.                         Australia
  51.                    ph : (08) 2932788
  52.  
  53.