How long to get used to coding with a Dvorak keyboard? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T00:36:39Z http://stackoverflow.com/feeds/question/820300 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard 7 How long to get used to coding with a Dvorak keyboard? system PAUSE 2009-05-04T14:15:28Z 2009-09-23T23:54:39Z <p>If you are a proficient coder who uses a Dvorak<sup>&dagger;</sup> keyboard, how long did it take you to become as speedy <strong>at writing code</strong> with that keyboard, as you were when you used a "normal" (eg. Qwerty) keyboard?</p> <p>&dagger; Any Dvorak layout. I realize there are several.</p> <p>EDIT: Please quantify your answer. I really want to know: How many weeks/months/etc.? If you have opinions to offer but no <strong>numbers</strong>, I would encourage you to answer <a href="http://stackoverflow.com/questions/455525/is-the-switch-to-dvorak-worth-it">this question</a> or perhaps <a href="http://stackoverflow.com/questions/171597/dvorak-vs-qwerty">this one</a>.</p> <p>UPDATE: <em>Poll</em> questions (which by definition have multiple correct answers) are not exempted from the "accept rate", and people seem to fuss about accept rates lower than 100%. So I am accepting an answer. Doesn't mean it's the right answer, or best answer; I'm just playing the stupid numbers game.</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820319#820319 1 Answer by Dev er dev for How long to get used to coding with a Dvorak keyboard? Dev er dev 2009-05-04T14:20:15Z 2009-05-04T14:20:15Z <p>I don't know for Dvorak, but it took me one week to become sufficenty proficient in Colemak layout.</p> <p>I don't want to start flame wars, but since you are coder you can give it a try since it is better suited for code. Interpunction is in the same places as in qwerty, and some basic shortcuts including letters z x c v q w a are in the same place as in qwerty.</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820321#820321 2 Answer by Matt Rogish for How long to get used to coding with a Dvorak keyboard? Matt Rogish 2009-05-04T14:20:47Z 2009-05-04T14:20:47Z <p>Regular typing took me a few weeks. Programming took MUCH longer because braces, parens, etc. are all somewhere else -- and my hands are hard wired to do shift-[ and shift-9. You can always re-map them, though, which is what I ended up doing (same with ctrl-c, ctrl-v).</p> <p>I would definitely recommend remapping the common keystrokes, otherwise you'll be an absolute useless person if you ever temporarily use another person's computer :D</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820350#820350 0 Answer by blackkettle for How long to get used to coding with a Dvorak keyboard? blackkettle 2009-05-04T14:29:01Z 2009-05-04T14:29:01Z <p>this is an interesting question, but could you clarify something? are you asking because you've committed to learning dvorak to increase your general typing proficiency/efficiency, or because you want to improve your coding proficiency/efficiency? i dont see how mastering the dvorak keyboard layout makes one a more efficienty/speedier coder, as the layout wasn't designed with that goal in mind. </p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820363#820363 2 Answer by XenF for How long to get used to coding with a Dvorak keyboard? XenF 2009-05-04T14:35:21Z 2009-05-04T14:35:21Z <p>I use (one of the many) Spanish Dvorak layout and I got used to it in about a week. Getting my speed back took a little longer; it depends on how long it takes your brain to adapt to a second layout and how much you type with it.</p> <p>Be aware though, some people have troubles switching back and forth to qwerty and you might be unable to use dvorak in some computers (In my case, I had to create a custom keymap and install it)</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820492#820492 1 Answer by Jim Carroll for How long to get used to coding with a Dvorak keyboard? Jim Carroll 2009-05-04T15:03:17Z 2009-05-04T15:03:17Z <p>Learning to touch-type on Dvorak doesn't take long. Print out a Dvorak layout and stick it to the bottom of your monitor, and just look at that when you're not sure where a key is. You'll be typing in comfort within a few days. Coding won't be comfortable for about another two weeks.</p> <p>I personally find the Dvorak keyboard layout much more comfortable than QWERTY... but it is important not to forget QWERTY as you learn Dvorak. I learned Dvorak back in college, and once I went to an interview where they tested my typing skills... and they brought out a manual typewriter! Oops! I had brought a floppy disk with drivers for Windows and Mac, but the manual typewriter was something I didn't anticipate. I spent some time on regular QWERTY every so often after that just to make sure I could do both.</p> <p>One oddity with Dvorak... it puts the n, t, and s keys all under the least coordinated fingers on my right hand. When I'm typing a word that ends with some combination of n, t, and s I'll transpose the letters a bit... but only when I'm typing at full speed.</p> <p>So I'd encourage everyone to learn Dvorak, especially if you plan on typing for a good chunk of your professional life.</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/820508#820508 2 Answer by Chris Allen for How long to get used to coding with a Dvorak keyboard? Chris Allen 2009-05-04T15:07:54Z 2009-05-04T15:07:54Z <p>Took me about 12 weeks of programming to get used to it and been using it for years. Have to look at the keyboard to type use Qwerty. The two biggest frustrations are that coding punctuation is awkard to get to as has been noted and that CTRL-V (Paste) and CTRL-W (Close Window) are so close together.</p> http://stackoverflow.com/questions/820300/how-long-to-get-used-to-coding-with-a-dvorak-keyboard/933712#933712 1 Answer by Alex Marshall for How long to get used to coding with a Dvorak keyboard? Alex Marshall 2009-06-01T06:04:27Z 2009-06-01T06:04:27Z <p>When I switched over, it took me 3 days to get the layout down, about a week and a half to pick up significant speed at it. It took a couple months before I could type as fast (or better) than the QWERTY layout doing code.</p>