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 …
0
votes
15answers
755 views
How do I get my hands on a Dvorak keyboard?
I've always assumed that before I can use the Dvorak layout I need to purchase a Dvorak keyboard. But I can't find one on Amazon. Is it simply a matter of popping the keys off a Qwerty keyboard and …
23
votes
28answers
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 …
5
votes
12answers
395 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 …
0
votes
0answers
45 views
Ubuntu’s terminal-keyboard shortcuts for Dvorak [closed]
How can you see the settings of Ubuntu's keyboard shortcuts in terminal and then change them for USA Dvorak?
I am using USA Dvorak and my keyboard shortcuts are for Qwerty in all terminal …
0
votes
1answer
23 views
Eclipse keyboard shortcuts with Dvorak
I use Eclipse with Dvorak-QWERTY Commands (a Mac option). I am running OS 10.6. But when I press the command key, it does not revert back to the QWERTY keyboard but instead stays as Dvorak. This makes …
7
votes
17answers
865 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 …
7
votes
7answers
356 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) …
2
votes
1answer
336 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 …
1
vote
3answers
383 views
How to select dvorak layout in Solaris 10 Java Desktop
I am learning to use the Dvorak keyboad layout, but I am not good enough to enter passwords yet, so I need to be able to switch back to qwerty occasionally. In KDE this works very well, Windows …
3
votes
14answers
509 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 …
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, …
1
vote
1answer
128 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
67 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 …
