我正在使用Ubuntu 12.04.2 LTS(64位),键组合Ctrl Space无法使用我的JIdea.我正在尝试将它用于IDE中的代码完成.
没有分配系统快捷方式. JIdea键映射显示了Code-> Completion-> Basic的这个快捷方式,但我甚至无法将其重新分配给Ctrl空间. (我可以将其更改为任何其他快捷方式)
基本上Ctrl空间在JIdea中是一个无操作,但如果我将系统快捷方式设置为其他程序,它可以工作……
有什么建议?
如果
Smart Type Code Completion(Ctrl Shift Space)工作而
Basic Code Completion(Ctrl Space)没有,我会说键组合有问题,因为其他一些程序正在使用它.
原文链接:https://www.f2er.com/ubuntu/347411.html这是一个link to another user,它对NetBeans有问题,解决方案是:
The key combination didn’t work because some other program used it. To fix this I used gconf-editor.
- Open gconf-editor.
- Choose desktop -> ibus -> general -> hotkey.
- Open trigger parameter.
- Remove Ctrl+Space key combination from the list and press OK.