超级键在 16.04 上没有打开破折号

leo*_*nic 19 shortcut-keys unity-dash

基本上我有这个人的重复问题:超级键不起作用

ALT+F2打开“运行命令”快捷方式,ALT本身打开 HUD,但我无法使用任何快捷方式打开 Dash,这使得 Unity 使用起来非常令人沮丧。我似乎找不到它的键盘快捷键设置。我可以将其他操作绑定到 Super 并且它们按预期工作,但是我没有看到任何设置可以让我使用 Super 打开 Dash...

Pon*_*chy 34

我在 16.04 遇到了同样的问题。

我使用此命令启用 Super 键以打开 Unity 启动器,它对我有用

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher "'Enabled'"
Run Code Online (Sandbox Code Playgroud)


Hat*_*sut 6

我遇到了同样的问题,这在 16.04 对我有用

安装compizconfig-settings-managerdconf-editor.

打开dconf-editor:导航到org > compiz > unity > profiles > plugins > unityshell并将键的值更改show-launcher<Super>


Ami*_*ias -1

我已经看到这种情况发生,我不太确定为什么,但统一有时会崩溃并且变得无法点击。

我通过按ALT+F2并输入来解决这个问题

unity --replace
Run Code Online (Sandbox Code Playgroud)

Unity 重新加载时屏幕会闪烁,然后应该会恢复正常。

如果这不起作用,您可以尝试使用以下命令重置 Unity 配置,您可能需要先安装 unity-tweak-tool。

unity-tweak-tool --reset-unity
dconf reset -f /org/compiz/
setsid unity
Run Code Online (Sandbox Code Playgroud)