Emacs键绑定中如何写Windows键?

Vim、Emacs配置和使用
回复
头像
nickleeh
帖子: 130
注册时间: 2008-08-06 13:24

Emacs键绑定中如何写Windows键?

#1

帖子 nickleeh » 2009-06-09 10:39

如题: Emacs键绑定中如何写左右两个Windows键?还有左右Control, Alt键?

在Emacs设计之初,键盘上Control是紧挨着空格键的,这或许就是为什么Emacs中,最常用的键都绑定在Control上。如图:



于是,我想,把左右两个Alt键和Windows键重新绑定,改成Control和Meta键。


非常感谢!
附件
keyboard.JPG
anewbie
帖子: 159
注册时间: 2009-02-24 19:39

Re: Emacs键绑定中如何写Windows键?

#2

帖子 anewbie » 2009-06-11 21:27

alt--->meta/M
windows-->super/s
ctrl-->ctrl/C
嗯,最好使用 kbd 函数。
回复