您的位置:首页 > 编程语言 > Java开发

ubuntu下解决Ctrl-Alt-down in Gnome 3.8 和Eclipse快捷键冲突问题

2014-08-05 15:47 597 查看
参考自:http://askubuntu.com/questions/315625/how-to-disable-the-shortcut-ctrl-alt-arrow-in-gnome-3-8

The new keybinding you can define in 'Settings-->Keyboard-->Shortcuts-->Navigation' is appended to the previous/default one.
for example:
gsettings get org.gnome.desktop.wm.keybindings switch-to-workspace-down

['<Primary><Shift>Down', '<Control><Alt>Down']

I managed to remove the default keybinding using the following commands
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up "['']"

This clears all defined shortcuts for those tasks. And then just use 'Settings-->Keyboard-->Shortcuts-->Navigation' to define the desired shortcuts.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: