分页: 1 / 1

Emacs键绑定中如何写Windows键?

发表于 : 2009-06-09 10:39
nickleeh
如题: Emacs键绑定中如何写左右两个Windows键?还有左右Control, Alt键?

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



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


非常感谢!

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

发表于 : 2009-06-11 21:27
anewbie
alt--->meta/M
windows-->super/s
ctrl-->ctrl/C
嗯,最好使用 kbd 函数。