keyboard shortcuts - Emacs: how to swap ctrl and alt using configure file? -
before posting question, i've read so thread , have brief view on emacs wiki.
however, guides above use system-wide keymapping or key binding software. emacs can configured, there way swap ctrl , alt key using ~/.emacs
configure file?
by default alt key not mapped emacs modifier. each os differently. will need os depended solution:
on windows try use key binding functions of
emacsw32
.on mac osx use built-in
ns-command-modifier
,ns-control-modifier
,ns-option-modifier
.
Comments
Post a Comment