On Thu, 2011-06-09 at 06:20 +0530, Kenneth Gonsalves 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. >
clarification: I simply put the above lines in .emacs. I have a feeling that this is not enough - it needs more code to get it to work - can someone give me a clue here please. -- 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
