Super
(又名 Windows-Logo 键)不能作为我的基本 Unity Dash/Launcher 键盘快捷键使用。
通过前往 ...在ccsm
( )中设置它...sudo apt-get install compizconfig-settings-manager
Desktop->Ubuntu Unity Plugin->Launcher->Key to show the Dash, Launcher, and Help Overlay
...不起作用。ccsm
立即设置然后取消设置它。
例如,如果我将启动器快捷方式设置为 哦<Super><Alt>
(或其他任何内容),它可以正常工作,但如果我将其设置为仅<Super>
,则在我点击 后它会立即取消设置OK
。
我不知道接下来该去哪里。
答案1
我搞明白了。我认为这是 中的一个错误ccsm
。
我曾经dconf
在使用时观察过设置的变化ccsm
:
$ dconf watch /
/org/compiz/profiles/unity/plugins/unityshell/show-launcher
unset
unset
??
$ dconf read /org/compiz/profiles/unity/plugins/unityshell/show-launcher
$
是的...密钥甚至不存在。
$ dconf list /org/compiz/profiles/unity/plugins/unityshell/
[... show-launcher not in list...]
因此,我还使用手动设置它dconf
(注意,必须用双引号和单引号括住值字符串):
$ dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher "'<Super>'"
$ dconf read /org/compiz/profiles/unity/plugins/unityshell/show-launcher
'<Super>'
现在一切正常。耶!
编辑:对于 DELL 用户:@jooon 想出了一个不同的解决方案。Dell 安装了一个软件包,故意破坏超级密钥叫dell-super-key
。