home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume15 / kbmap / part01 / Readme < prev   
Encoding:
Text File  |  1990-10-14  |  1.4 KB  |  33 lines

  1. "kbmap" is an attempt to modify the AT&T Unix SysV/386 v3.2.2 system
  2. keyboard map. In particular, it can make minor adjustments to the
  3. system's keyboard scancodes to allow all "alt" keys to be used in the
  4. gnuemacs meta-mode. Aside from the system default and emacs maps, any
  5. keyboard map may be manually added to a "kbmap.table" file.
  6.  
  7. Two gnuemacs mappings are available: one that uses the ALT key to
  8. generate 8th bit set letters (<letter>|0x080) and another that follows
  9. AT&T conventions such that the ALT key generates (<esc>N<letter>).
  10.  
  11. Note that X11R2 will not recognize 8th bit set letters. If you have
  12. X11R2 and ascii console users, then you should use the 'conventional
  13. <esc>N<letter> mapping - even so, X11 uses it's own keyboard mapping
  14. which is similar to, but not the same as, the default map. X11 will NOT
  15. recognize the mappings provided by kbmap. The differences are mostly in
  16. the assignment of the keyboard arrow keys to become Dec'ish in nature.
  17.  
  18. To add to the havoc, vtlmgr also takes liberties and twiddles the
  19. keyboard mapping.
  20.  
  21. kbmap works on AT&T Unix SysV/386 v3.2.2. It may or may not work on other
  22. versions of unix.
  23.  
  24.  
  25. INSTALLATION:     Modify the Makefile to select your compiler, default
  26.                   bin directory and default map table name.
  27.                   
  28.                   Then:        make all
  29.                   
  30.                   Then:        read the SETUP section "kbmap.doc" to install
  31.  
  32. tony...
  33.