LinuxSir.Org  
| 网站首页 | 论坛帮助 |

欢迎来到LinuxSir.Org!
您还未登录,请登录后查看论坛,或者点击论坛上方的注册链接注册新账号。


发表新主题 回复
 
主题工具
旧 06-05-03, 16:13 第 16 帖
pluskid
 
pluskid 的头像
 
 
注册会员  
  注册日期: Jul 2004
  帖子: 1,322
  精华: 1
 

引用:
作者: galilette
/etc/conf.d/local.start
不好意思,那个文件是干什么用的,因为我用的是Debian,不是Gentoo,好像我这儿没有这个文件,那个文件对应于Debian的文件是什么呀?:ask
  pluskid 当前离线   回复时引用此帖
旧 06-05-03, 16:58 第 17 帖
galilette
 
 
 
注册会员  
  注册日期: Oct 2002
  帖子: 186
  精华: 0
 

引用:
作者: 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
引用:
s/AltGr/Alt/;
you may check debian's policy manual ( http://www.debian.org/doc/debian-policy/ ) for how to customizing startup keymaps the debian way.
  galilette 当前离线   回复时引用此帖
旧 06-05-03, 18:36 第 18 帖
pluskid
 
pluskid 的头像
 
 
注册会员  
  注册日期: Jul 2004
  帖子: 1,322
  精华: 1
 

引用:
作者: galilette
first, about the `echo | loadkeys' thing. Yes you are right. I checked `man keymaps', and I think the following will do the job:


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.
恩,谢谢啦!我目前的解决办法是把emacs.map.gz复制一份,然后编辑一下,然后在/etc/init.d/keymaps.sh 后面加了一行加载那个keymap,不过我觉得这样应该不是正规的做法,我先看看你说的那种方法吧。
  pluskid 当前离线   回复时引用此帖
发表新主题 回复


主题工具

发帖规则
您 [不可以] 发表新主题
您 [不可以] 回复主题
您 [不可以] 上传附件
您 [不可以] 编辑您的帖子

已 [启用] BB 代码
已 [启用] 表情符号
已 [启用] IMG 代码
已 [禁用] HTML 代码
[论坛跳转…]


所有时间均为[北京时间]。现在的时间是 19:07


Powered by vBulletin 版本 3.6.8
版权所有 ©2000 - 2012, Jelsoft Enterprises Ltd.
官方中文技术支持: vBulletin 中文
版权所有 ©2002 - 2011, LinuxSir.Org