home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text1915.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.1 KB  |  34 lines

  1. >>>>> "Glenn" == Glenn Bach <glenn@cco.caltech.edu> writes:
  2.  
  3.     Glenn> Mat Hostetter wrote:
  4.     >> Did you know that you can set Executor to "system 7" mode, by
  5.     >> bringing up the alt-shift-5 panel?  You can also run Executor
  6.     >> as "executor -system 7" to get largely the same effect.
  7.  
  8.     Glenn> Perhaps I am missing the point, but when I hold the alt key
  9.     Glenn> and the shift key, and then hit the number 5, nothing
  10.     Glenn> happens. I also thought that the alt key took the place of
  11.     Glenn> the apple/clover/whatever key on the mac, yet when I try to
  12.     Glenn> do an alt-b for boldface in Word, for example, nothing
  13.     Glenn> happens. I've tried both the left and right alt keys.
  14.  
  15.     Glenn> Is my configuration incorrect?
  16.  
  17. Yes, it sounds like something is wrong.  Do keyboard equivalents of
  18. menu items never work?  Are you running under X windows?  If you're
  19. using X, that may be the problem; here's the relevant section from my
  20. XF86Config:
  21.  
  22. Section "Keyboard"
  23.     Protocol "Standard"
  24.     AutoRepeat 500 5
  25.     ServerNumLock
  26.     LEFTALT meta
  27.     RIGHTALT modeshift
  28.     SCROLLLOCK modelock
  29.     RIGHTCTL compose
  30. EndSection
  31.  
  32. -Mat
  33.  
  34.