Re: Dvorak Keyboard -How About Key Remapping In ViEmu for Word and Outlook
Somehow I got it to work for ViEmu in Visual Studio. (It was hard, and I don't remember how I did it). It seems ViEmu for Word and Outlook doesn't have as many options though. Mostly I need it for the navigation keys. Here's from my regular .vimrc:
" These are for Dvorak
" d>h Left
" h>j Down
" t>k Up
" n>l Right
" l>n Next (after search)
" e>d Delete
noremap d h
noremap h j
noremap t k
noremap n l
noremap l n
noremap e d
I'm not a paying customer, but I will be if I can do that :-)