home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5519 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.1 KB

  1. Xref: sparky gnu.emacs.help:5519 alt.religion.emacs:524
  2. Path: sparky!uunet!uunet.ca!canrem!telly!utzoo!torn!spool.mu.edu!howland.reston.ans.net!usc!rpi!batcomputer!cornell!uw-beaver!micro-heart-of-gold.mit.edu!mintaka.lcs.mit.edu!ai-lab!life.ai.mit.edu!friedman
  3. From: friedman@gnu.ai.mit.edu (Noah Friedman)
  4. Newsgroups: gnu.emacs.help,alt.religion.emacs
  5. Subject: Re: hand injuries
  6. Date: 27 Jan 93 12:51:54
  7. Organization: Free Software Foundation, 675 Mass Ave. Cambridge, MA 02139
  8. Lines: 27
  9. Message-ID: <FRIEDMAN.93Jan27125154@nutrimat.gnu.ai.mit.edu>
  10. References: <1993Jan26.003206.29170@smos.com> <1993Jan26.134536.13087@ornl.gov>
  11.     <fstx.728089567@meryl>
  12. NNTP-Posting-Host: nutrimat.gnu.ai.mit.edu
  13. In-reply-to: fstx@meryl.csd.uu.se's message of 26 Jan 93 23:06:07 GMT
  14.  
  15. In article <fstx.728089567@meryl> fstx@meryl.csd.uu.se (Fredrik Stax{ng) writes:
  16. >I get the impression that your keyboard only has one control key. Do you
  17. >think it might help if you had two, like on the 102-key IBM PC keyboard?
  18.  
  19. The problem is that both of those control keys are in totally useless
  20. places.  That's one of the ways I injured myself.  Stretching my hand
  21. in awkward ways to get the Ctrl and Alt keys at the bottom of the
  22. keyboard caused all sorts of problems.  The pain didn't start to go
  23. away until I stopped using that keyboard.  At work, where I use an HP
  24. keyboard, I remapped the `caps' (which is situated to the left of the
  25. control key, adjacent to home row) key to be a meta key, and that has
  26. made a world of difference.  I used to think it was stupid for there
  27. to be a caps key to the left of the control key, but now I'm grateful
  28. for it.
  29.  
  30. Here's the xmodmap sequence for hp9000s.  If you really want a caps
  31. lock key (you must be out of your mind), you can map it somewhere
  32. else, like maybe the STOP key.  Anyway, this seems to work with all of
  33. the series I've used regardless of the OS (300, 700, and 800):
  34.  
  35. ! Make Caps key act as Meta.  First remove Meta_R from it's previous key.
  36. ! I have no idea why this is necessary, but it's the only way to make it
  37. ! work.  I just assign it some random binding, like Shift_R.
  38. keycode 10 = Shift_R
  39. remove mod1 = Meta_R
  40. keycode 55 = Meta_R
  41. add mod1 = Meta_R
  42.