home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!sdd.hp.com!saimiri.primate.wisc.edu!ames!agate!stanford.edu!Csli!csli!lakin
- From: lakin@Csli.stanford.edu (Fred Lakin)
- Newsgroups: comp.sys.sun.hardware
- Subject: RE: interaction between xmodmap and different Type 4 kbds
- Message-ID: <LAKIN.92Nov4235914@Csli.stanford.edu>
- Date: 5 Nov 92 07:59:14 GMT
- Sender: news@Csli.Stanford.EDU (CSLI News Service)
- Distribution: comp.sys.sun.hardware
- Organization: Stanford University CSLI
- Lines: 28
-
- Well, after further experimentation I found remapping
- code that would work -- see end of msg. This was code
- which did *not* work with my old kbd but now does ...
-
- So. 1. What is the difference between the kbds?
- 2. I still like the undoable aspect of the other code.
- Is there a way to acheive that for the present kbd?
-
- tnx,
- -f
-
-
- DETAILS
-
- ------------ .xmodmaprc-not-undoable
- ! from email msg of Maya Raber June 1990
- ! Goal : Alt_L generates control
- ! keycode 26 is Alt_L
- keycode 26 = Control_L
- add control = Control_L
-
- ! Goal : Caps_Lock generates meta
- ! keycode 126 is Meta_L
- clear mod1
- clear lock
- keycode 126 = Meta_L
- add mod1 = Meta_L
- add lock = Caps_Lock
-