On Thu, Jun 9, 2011 at 6:20 AM, Kenneth Gonsalves <[email protected]> wrote: > hi, > > into my second week with dvorak and still struggling. Brain is having a > big fight with decades of muscle memory. But getting there. The big > problem is emacs. I have added capslock as a control key - the problem > is that I want to swap 'u' and 'x' to make C-x easy to do. According to > the wiki, this is the procedure: > > (keyboard-translate ?\C-x ?\C-u) > (keyboard-translate ?\C-u ?\C-x) > > but it is not working. Another way is: > > (global-set-key (kbd "C-u") ctl-x-map) > > but this also does not work. Any clues will be appreciated. >
I remember reading a lot about keyboard customizations related from emacs from http://xahlee.org/emacs/emacs.html See Keyboarding section. Also see http://xahlee.org/comp/dvorak_keyboard_layout.html Thanks and Regards Noorul > > -- > regards > KG > http://lawgon.livejournal.com > Coimbatore LUG rox > http://ilugcbe.techstud.org/ > > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
