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.


-- 
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

Reply via email to