引用:
|
作者: pluskid
哈哈!谢谢galilette,这下弄好了!不过有几点:
1。是 showkey 不是 showkeys ,我好不容易才从那个程序里面退出来,好像是等一会不按任何键就可以退出了。
2。光echo 'keycode 100 = Alt' | loadkeys是不行的,反正这样好像把键搞得乱七八糟的,我拷贝了/usr/share/keymaps/i386/qwerty/emacs.map.gz并把那行添加进去,在加载他就可以用了!
这下好了!呵呵!谢谢!
|
first, about the `echo | loadkeys' thing. Yes you are right. I checked `man keymaps', and I think the following will do the job:
引用:
|
echo -e `dumpkeys | grep keymaps` '\nkeycode 100 = Alt' | loadkeys
|
second, about debian. I happen to have access to a debian workstation. after browsing the /etc directory, I think all u need is to find /etc/console-tools/remap, and add a line like
you may check debian's policy manual (
http://www.debian.org/doc/debian-policy/ ) for how to customizing startup keymaps the debian way.