home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / rawinfo.lha / RawInfo.doc < prev    next >
Encoding:
Text File  |  1992-09-06  |  1.8 KB  |  56 lines

  1.       RAWINFO v1.0
  2.  
  3. WHAT IS RAWINFO?
  4.  
  5. RawInfo  is  a small utility that shows rawkey codes and qualifiers for each
  6. key  you  press.   It  uses  for  output  current  CLI  window (it cannot be
  7. redirected).
  8.  
  9. This  is  version  1.0 - no bugs known (work even with Kick 2.x).
  10.  
  11. HOW MUST I USE RAWINFO?
  12.  
  13. Load  it from CLI (it must not be RUNned - I used Lattice CBack.o).  RawInfo
  14. install  an  Input  handler  with a priority greater than intuition handler.
  15. When  an  RAWKEY  event occours, it prints out the Codes and Qualifier (with
  16. flags  interpretation).   RawInfo  don't  remove  event from event chain, so
  17. keypress  will  be  parsed  by  intuition:  so it's best make active another
  18. window  to  display  key  pressed.   Remember  that when you press a key two
  19. message  (at  least) will be displayed:  one when key is pressed (or more if
  20. key  is  repeated)  and  one  when  it  is relased!  When you finished using
  21. RawInfo,  press LeftALT LeftShift CTRL q (RawInfo is not keymap sensitive, q
  22. key is that near TAB).
  23.  
  24. TECNICAL NOTES
  25.  
  26. To compile I used Lattice C 5.10:
  27.  
  28. lc -L -rr rawinfo.c
  29.  
  30. (It probably can be compiled only under recent Lattice versions)
  31.  
  32. AUTOR NOTES
  33.  
  34. This  program  is  Public  Domain.  You can copy, distribute, spread if only
  35. with  its  doc  and  sources.   You cannot sell it.  I encourage to read the
  36. source, and use parts of it in your programs if they are PD else it requires
  37. written permission.
  38.  
  39. I  don't  require money if you use it, but it is obiously pleased (or if you
  40. prefer  other  PD  software,  greeting cards or your sister photo (if really
  41. nice), suggestion for improvement...)
  42.  
  43. I'm sorry for lots of error in this doc
  44.  
  45. My home address is:
  46.  
  47.     Via G.Cantore 10
  48.     Conegliano Veneto (TV)
  49.     31015 ITALY
  50.  
  51. My InterNet e-Mail address is:
  52.  
  53. omega@sabrina.dei.unipd.it (at Padova university)
  54.  
  55. *** END OF FILE ***
  56.