26
votes
31answers
2k views
Is the switch to Dvorak worth it?
To those who were experienced (> 70 WPM, say) typists before the switch to Dvorak -- were you faster after switching?
There are a couple good SO threads on Dvorak, but they are more on how to learn …
10
votes
18answers
2k views
Eclipse keyboard shortcuts broken in OSX 10.5.6
So I have been using Leopard for a year now, and the lastest update broke the keyboard mapping for eclipse. I use the dvorak layout, and now in eclipse if I press the ⌘ and the b key it does a build, …
9
votes
5answers
1k views
Vim Dvorak keybindings (rebindings :)
Although I played with it before, I'm finally starting to use Dvorak (Simplified) regularly. I've been in a steady relationship with Vim for several years now, and I'm trying to figure out the best …
8
votes
2answers
546 views
Programatically change keyboard to Dvorak
Does anyone know the API call I can use to change the keyboard layout on a windows machine to Dvorak? Doing it through the UI is easy but I'd like to have a script that I can run on new VM's to …
7
votes
7answers
367 views
How long to get used to coding with a Dvorak keyboard?
If you are a proficient coder who uses a Dvorak† keyboard, how long did it take you to become as speedy at writing code with that keyboard, as you were when you used a "normal" (eg. Qwerty) …
7
votes
17answers
874 views
Keyboard layout
Similar but different to Keyboard for programmers, simply put, what keyboard layout is the best?
I'm using Colemak and it's good but I don't think it's actually faster than Qwerty. Dvorak was …
6
votes
11answers
986 views
Dvorak vs QWERTY
A friend of mine is trying to convince me to learn to type in Dvorak. The main reason I would consider switching is to relieve the strain on my hands from long periods of typing.
Is it worth the …
5
votes
12answers
404 views
Is Dvorak typing appropriate for programming?
I'm always looking for ways to be more productive, and I've been reading a lot about typing using a Dvorak keyboard.
It looks like this would be much more productive for writing normal prose, but …
3
votes
6answers
2k views
Best keyboard for custom Dvorak-based programming layout
I'm considering switching to a Dvorak-based keyboard layout, but one optimized for programming (mostly) Java and python (e.g. DDvorak, Programmer Dvorak, etc.). What particular keyboard would be best …
3
votes
14answers
513 views
Is it possible to be ambikeyboardrous?
I switched to the dvorak keyboard layout about a year ago. I now use dvorak full-time at work and at home.
Recently, I went on vacation to Peru and found myself in quite a conundrum. Internet cafes …
2
votes
1answer
347 views
Mac Style “Dvorak - Qwerty Command” keyboard mapping for Windows?
i would be interested in switching to Dvorak keyboard layout. The problem that everyone runs into is that common programming(1) keyboard shortcuts, such as:
Ctrl+C
Ctrl+V
Ctrl+Z
will no longer be …
2
votes
4answers
377 views
Customised programs for Dvorak
I have not configured much keybindings due to my change from QWERTY to Dvorak, 4 months ago. I am using a programmer version of the layout. I find many terminal-based programs, such as Elinks and Vim, …
1
vote
1answer
131 views
Unable to eliminate T in Vim’s Taglist
I have the following code in .vimrc
" to eliminate the effect of the line 1560 in taglist.vim
if v:version >= 700
nnoremap <buffer> <silent> t
\
…
1
vote
2answers
97 views
Unable to move upwards by t in Vim’s Tlist when I use Dvorak
Problem: to move upwards in Vim's Taglist by "t"
The movement keys DHTN work in Vim when I am not in TagList.
I have the following in my .vimrc …
1
vote
1answer
68 views
Unable to bind HJKL to DLTH in Screen’s C-A Esc -mode
I want my Zsh to be Dvorak friendly in Screen.
I am trying to make the following bindings in Zsh such that I can use them in Ctl-a Esc mode in moving
h => d
j => l
k => t
l => n
I have …
