home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d509 / pckeymap.lha / PCKeyMap / Manual < prev    next >
Text File  |  1991-06-29  |  2KB  |  50 lines

  1.           PCKeyMap1.0                                       PCKeyMap1.0
  2.  
  3.           The program  PCKeyMap is  PUBLIC DOMAIN. You are permitted to
  4.           redistribute this software for non-profit only.
  5.  
  6.           The german keyboard is only incomplete supported by the XT/AT
  7.           board. So you may miss the backslash (\) , which is used very
  8.           often in XT/AT programs. But in the rigth  upper corner there
  9.           is a  vacant key you may say. This is exactly what I thought.
  10.           So this  program will  change the  key to  simulate the back-
  11.           slash.
  12.  
  13.           The program  PCKeyMap will use a InputEventHandler to manipu-
  14.           late the backslash and some  other  usefull  keys.  The other
  15.           keys are [, ], {, } and the chars in the first upper row. You
  16.           may reach  these keys  by pressing  and holding  the ALT key.
  17.           This is  exactly the  way, which is done by the Amiga itself,
  18.           to switch to the US keyboard version.
  19.  
  20.           The XT/AT wont support  this way  itself, so  the PC-keyboad-
  21.           driver wont  send any  value. But the backslash is checked by
  22.           the PC-keyboarddriver. So we must tell  the PC-driver  not to
  23.           do anything if we press this key.
  24.  
  25.           Terefore the file        "SYS:PC/SYSTEM/SidecarKeys.Table"
  26.           must be changed. This file contains a table, in which for all
  27.           Amiga keys the equivalent PC key is called. The Amiga keycode
  28.           for the  backslash is  13 or $0d (hex). In the original table
  29.           at  this  location  -  second  row  third  value  before  the
  30.           semicolon -  we will  find the  value $29. Please change this
  31.           value to $FF and please change the first  value in  the first
  32.           row also to $FF. But this file is read olny once, rigth after
  33.           booting the XT/AT the first  time.  So  you  must  reboot the
  34.           Amiga not the XT/AT to see the changes.
  35.  
  36.           The program PCKeyMap should be started from the WorkBench, or
  37.           from the CLI by Run or RunBack.
  38.  
  39.           This version is written for the german keyboard. I can't say,
  40.           if it  would work  with other national keyboards. Please send
  41.           bugreports and improvements to :
  42.  
  43.                     Peter Vorwerk
  44.                     Jägerstr. 3-5
  45.  
  46.                     (W) 3000 Hannover 1
  47.                     Germany
  48.  
  49.           The program needs the ARP.library (39+).
  50.