按住 Super 鍵不顯示 Unity 快速鍵

按住 Super 鍵不顯示 Unity 快速鍵

如標題所述,當我按住該Super鍵時,Unity 快捷鍵清單不會出現。

我使用的是 Ubuntu 12.04(全新安裝)。我可以看到碼頭上顯示的圖標上帶有數字以啟動應用程式。幫助。

答案1

您的螢幕解析度是多少?小顯示器上不顯示鍵盤快速鍵清單。

答案2

另外,請確保將其配置為顯示在終端機運行此命令的捷徑:

gconftool-2 --set --type=bool /apps/compiz-1/plugins/unityshell/screen0/options/shortcut_overlay TRUE 

在 Ubuntu 12.10 中,這將是:

gconftool-2 --set --type=bool /org/compiz/profiles/unity/plugins/unityshell/shortcut_overlay TRUE 

相關內容