Ctrl+Alt+Down Ctrl+Alt+up 失效,可以执行以下命令:
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up "['']"
syso,不好用了很头疼吧,Alt+/不好用了感觉不舒服吧。
试试
在window->Preferences->general->keys中,
找到 content asist 修改下边值
Binding 改成 Alt+/
When 改为 Editing Text
如果想在linux下eclipse修改快捷键冲突
试试:
点击eclipse窗口栏的Window ---》Perferences ---》左边搜索框输入keys ---》点击打开以后在右边的Command里面找到如下两个key对其进行修改。
key oldValue modefyValue
Content Assist Ctrl + Space Alt + /
Word Completion Alt + / Ctrl +Space(只要不与其他快捷键冲突)
修改方法:找到以上key以后选中该key,选中Command窗口下面的Binding输入栏,按住键盘对应键进行设置,完成以后点击ok或者Apply就设置成功拉。
Eclipse快捷键大全:http://www.linuxdiyf.com/linux/12608.html
ubuntu15.04下安装eclipse4.4:http://www.linuxdiyf.com/linux/12322.html