home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22635 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.5 KB

  1. Path: sparky!uunet!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!news.funet.fi!hydra!klaava!torvalds
  2. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: KBDFLAGS=0x80 doesn't seem to work in 0.99pl2 (possible bug)
  5. Message-ID: <1993Jan4.104135.14069@klaava.Helsinki.FI>
  6. Date: 4 Jan 93 10:41:35 GMT
  7. References: <1993Jan4.082618.24831@blaze.cs.jhu.edu>
  8. Organization: University of Helsinki
  9. Lines: 18
  10.  
  11. In article <1993Jan4.082618.24831@blaze.cs.jhu.edu> bogstad@gauss.cs.jhu.edu (Bill Bogstad) writes:
  12. >    I've been looking at the keyboard drivers thinking about some
  13. >enhancements and trying to figure out what is going on.  The root directory
  14. >Makefile for 0.99pl2 has comments in it about how you can set KBDFLAGS to
  15. >certain values in order to cause various things to happen.  I was interested
  16. >in the 0x80 value to change the action of the Alt key.  However from
  17. >examining the code, I couldn't figure how this was supposeed to work.  I
  18. >decided to try building a kernel and see what would happen.  Well, it didn't
  19. >work for me.  I'ld like to find out if anyone else has tried this with a
  20. >recent version and can verify that it works for them.
  21.  
  22. All the flag handling in the keyboard was changed around 0.98.6 or so:
  23. this is one of the casualties.  The meta key handling bit is now a
  24. per-VC thing, and you can set it to be the default by changing the
  25. KBD_DEFFLAGS to also include the flag '(1 << VC_META)' in
  26. <linux/keyboard.h>.  I guess I'll have to make it a config option... 
  27.  
  28.         Linus
  29.