Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T00:12:38Zhttp://stackoverflow.com/feeds/question/127973http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs1Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Sam Hasler2008-09-24T15:45:02Z2009-06-14T18:54:52Z
<p>I've been aware of Steve Yegge's advice to <a href="http://steve.yegge.googlepages.com/effective-emacs#item1" rel="nofollow">swap Ctrl and Caps Lock</a> for a while now, although I don't use Emacs. I've just tried swapping them over as an experiment and I'm finding it difficult to adjust. There are several shortcuts that are second nature to me now and I hadn't realised quite how ingrained they are in how I use the keyboard.</p>
<p>In particular, I keep going to the old Ctrl key for Ctrl+Z (undo), and for cut, copy & paste operations (Ctrl+ X, C and V). Experimenting with going from the home position to Ctrl+Z I don't know which finger to put on Z, as it feels awkward with either my ring, middle or index finger. Is this something I'll get used to the same way I've got used to the original position and I should just give it time or <strong>is this arrangement not suited to windows keyboard shortcuts</strong>.</p>
<p>I'd be interested to hear from people who have successfully made the transition as well as those who have tried it and move back, but particularly from people who were doing it on <strong>windows</strong>. </p>
<p>Will it lead to any improvement in my typing speed or comfort when typing.</p>
<p>Do you have any tips for finger positions or typing training to speed up the transition.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/127984#1279841Answer by Harper Shelby for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Harper Shelby2008-09-24T15:48:08Z2008-09-24T15:48:08Z<p>I've done it for quite a while now, and it's natural to me, even though I'm not an Emacs user either (I'm in the Vim camp of that particular war :) ). In fact, it's so natural that moving to other machines (coworkers, family members, etc.) causes me grief because Ctrl isn't where it 'ought' to be.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/127994#12799411Answer by Zach Lute for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Zach Lute2008-09-24T15:50:06Z2008-09-24T15:50:06Z<p>I actually don't swap control and caps and just make caps ANOTHER control key. I can't think of a single time in my life when I have ever hit caps-lock on <strong>purpose</strong>, so I haven't missed it.</p>
<p>That way, you get used to using it, but if you slip up and use the old control, things still work. It's worked out very well for me.</p>
<p>There's a .reg file to do this <a href="http://johnhaller.com/jh/useful_stuff/disable_caps_lock/caps_lock_to_control.reg" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/128019#1280190Answer by Brian Knoblauch for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Brian Knoblauch2008-09-24T15:55:39Z2008-09-24T15:55:39Z<p>I had no problem making the transition. I use keyboards with both configurations without issue. Perhaps having it as a hardware solution (and the labels properly printed) makes it easier than doing it through software and having to remember how each machine/keyboard is setup.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/128024#1280240Answer by lucidguppy for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs lucidguppy2008-09-24T15:56:30Z2008-09-24T15:56:30Z<p>For emacs ctrl should be at caps lock - for vim the escape key should be on the caps lock. I really feel that the caps lock button should be renamed "free parking" and OSes should make a system tray utility to quickly change the free parking button from escape, to control, to anything you need to type over and over again.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/138118#1381181Answer by Robert Höglund for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Robert Höglund2008-09-26T07:14:59Z2008-09-26T07:14:59Z<p>I switched the Caps Lock and Ctrl keys a couple of months ago and after the initial learning period, ~ 1 week, my biggest problem is when I use a computer that hasn't switched the keys. </p>
<p>I first did some registry hack but I can't remember where I found the information on how to do it. Now I'm using a small utility called Remapkey which is included in the Windows Server 2003 Resource Kit Tools even though I think I'm using an older version.</p>
http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs/588485#5884850Answer by Jonas Kölker for Is it worth swapping Ctrl and Caps Lock for windows users that don't use Emacs Jonas Kölker2009-02-25T23:55:20Z2009-02-25T23:55:20Z<p>I think what's best to put on caps depends on your physical keyboard.</p>
<p>At home I type on a Kinesis Ergo Elan where my ctrl keys are under my thumbs, along with 2*alt, space, enter, backspace, delete, pgup, pgdn, home and end; the rest of the keyboard is fairly normally laid out, except the board is split.</p>
<p>With the ctrl keys ready at hand, it really makes the most sense to put escape on caps lock (and caps lock on esc, for the few times I need it). Even if you're an emacser, hey... it doubles as a spare "prefix alt key", and you probably ask your browser to stop what it's doing a few times every day.</p>
<p>On the other hand, if I'm typing on my laptop where the lower left corner key is Fn rather than ctrl (ffs...) and I can't hold down shift+ctrl with one finger, it might make sense to put ctrl on caps (such that I can hold them with a single finger). At least if you're not a vi'er, or you don't mind the escape key being further away (or have some crazy system).</p>
<p>What's really interesting is putting some funky key on shift+shift (yep, both shift keys). This can be done with xmodmap fairly straightforwardly; I put my compose key there. If you don't need compose, you may want to put something else (like, say, esc).</p>