Ubuntu 恢复 ctrl+f

新装ubuntu 12.10 Ctrl+F 默认启动 xterm

导致很多编辑工具中不能 使用Ctrl+F进行搜索

但是我们一般是用不到xterm的,按照如下进行修改:

1.cd ~

2.sudo nano .xbindkeysrc

3.找到 xterm相关的 并使用#注释掉

# set directly keycode (here control + f with my keyboard)

#"xterm"

#  c:41 + m:0x4



# specify a mouse button

#"xterm"

# control + b:2

4.注销并重新登陆或者执行: killall -HUP xbindkeys

 

你可能感兴趣的:(ubuntu)