home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / 3b1 / 3879 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.1 KB  |  59 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!n8emr!colnet!res
  3. From: res@colnet.cmhnet.org (Rob Stampfli)
  4. Subject: Re: New WMGR
  5. Message-ID: <1992Nov19.223814.20230@colnet.cmhnet.org>
  6. Organization: Little to None
  7. References: <Bxnx1n.859@zero.com> <953@hawkeye.hawkeye.com> <1992Nov17.002652.10608@blilly.UUCP>
  8. Date: Thu, 19 Nov 1992 22:38:14 GMT
  9. Lines: 48
  10.  
  11. >wmgr.sl 1.7 differs from 1.8 in its use of the Suspend, Resume,
  12. >Shift-Suspend and Shift-Resume keys:
  13. >
  14. >Key                1.7                          1.8
  15. >Suspend        Window menu                Window menu
  16. >Resume         switch to previous window  Window menu
  17. >Shift-Suspend  Window menu                switch to previous window
  18. >Shift-Resume   switch to next window      switch to next window
  19. >
  20. >After 4 years of training, it's difficult to retrain one's
  21. >fingers :-(.  But not having to contend with the memory leak
  22.  
  23. I've seen several people complain about the workings of the Rsume/Suspd
  24. keys not being to their liking for various flavors of the window manager.
  25. It is easy enough to change the key translations -- here is what I use:
  26. This file is executed from /etc/rc during a boot.  (I think kfeature and
  27. keyfix are available from osu-cis.)
  28. ===============================================================================
  29. #
  30. # set up features of default 3.51m keyboard driver
  31. #
  32. /etc/kfeature capctrl meta    # fastrep saveub metermaid
  33.  
  34. #
  35. # other keyboard mapping changes:
  36. #
  37. #keyfix scan_code norm shift ctrl flags (REPT=1 CAPLCK=2 NUMLCK=4 ILLK=-1)
  38. #
  39.  
  40. # Rsume key -> reverse action of Rsume and SHIFT-Rsume
  41. keyfix 0x1f 0xff0b 0xff0c 0xff0c 0
  42.  
  43. # Suspd key -> reverse action of Suspd and SHIFT-Suspd
  44. keyfix 0x1e 0xff09 0xff0a 0xff0a 0
  45.  
  46. # escape key -> make control-escape == ESCAPE
  47. #keyfix 0x1b 0x001b 0x007f 0x001b 1
  48.  
  49. # spacebar -> make control-space == ^@ (NULL)
  50. #keyfix 0x20 0x0020 0x0020 0x0000 1
  51.  
  52. # RESET/BREAK -> make key == DELETE DELETE 0xff
  53. keyfix 0x25 0x007f 0x007f 0x00ff 1
  54.  
  55. (etc)
  56. -- 
  57. Rob Stampfli  rob@colnet.cmhnet.org      The neat thing about standards:
  58. 614-864-9377  HAM RADIO: kd8wk@n8jyv.oh  There are so many to choose from.
  59.