5

Only a full week on emacs in windows now, I can feel the CTRLkey combinations are beginning to hurt. Nobody suffers RSI because of emacs :-) ?

Is there any way to choose another key for a while (the M-key is replaceable by the ESC key I have noticed)

I would like to use, say the tab key, for a change. Any way to do that?

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
Peter
  • 47,963
  • 46
  • 132
  • 181
  • 2
    Correction: *everybody* suffers RSI because of Emacs. Until you re-map the Control key. – Chris Conway Jun 18 '09 at 16:28
  • Maybe emacs is invented by some out-of-work Company-doctors? – Peter Jun 18 '09 at 17:26
  • i have no problems with RSI. (But I use Emacs since the olde Amiga-Days on daily basis, so i am used to it.) – Peter Miehle Jun 19 '09 at 11:13
  • Duplicate of [What is the best way to avoid getting “Emacs Pinky”?](http://stackoverflow.com/questions/52492/what-is-the-best-way-to-avoid-getting-emacs-pinky/8935973). The solution I recommend is [to use Space both as Space and Ctrl](http://stackoverflow.com/questions/52492/what-is-the-best-way-to-avoid-getting-emacs-pinky/8935973#8935973). – teika kazura Dec 01 '12 at 02:14

5 Answers5

8

This guide look promising.

Tom Ritter
  • 99,986
  • 30
  • 138
  • 174
4

Google Ctrl2Cap utility. It allows you to map CAPS lock to additional Ctrl key. Handy not only for emacs, but in general.

Marko
  • 30,263
  • 18
  • 74
  • 108
3

Follow the tutorial about Moving the Control Key.

Andrew
  • 1,853
  • 1
  • 14
  • 15
3

I did suffer a year of RSI after several years of sixteen hours a day of coding in emacs. My solution is to use a Kinesis Countoured keyboard. That means that all of the modifier keys are under my thumbs.

If you think about it, existing keyboards encourage us to use our pinky fingers as if they were opposable thumbs. Thus my customized keyboard layout called I am not a koala. I went a step further than the standard Kinesis layout and moved the shift key under my thumb as well (I swapped Shift_L and DEL).

I admit, for most people moving the control key is enough, but for me my Kinesis and a customized keymap is better.

shapr
  • 1,676
  • 13
  • 18
  • +1. very interesting. Too expensive for me thoug and workwise : my boss already payed me a "natural" keyboard, I don't dear to ask for a Kinesis now :-) – Peter Jun 20 '09 at 10:46
0

If you're already comfortable with vi, you might want to try out viper-mode. Using vi keybindings keeps your fingers on the home row more, and puts less of a strain on your pinkies. You still wind up needing to use CTRL some of the time, but significantly less often.

Brad Payne
  • 792
  • 7
  • 7