我想禁用该Super键,当我按下时Super什么也不会发生。
我怎样才能做到这一点?
答案1
您可以在 Compiz 中更改它。
安装
compizconfig-settings-manager
sudo apt-get install compizconfig-settings-manager
点击Alt+ F2,输入
about:config
并点击Enter以打开 Unity 配置。或者
ccsm
在命令行上运行。更改或禁用显示启动器的键按照你喜欢的方式释放你的Super密钥:
答案2
执行以下命令,然后再次登录Unity桌面环境。
dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""'
在 Ubuntu 12.04 及更高版本中:
gconftool-2 --set "/apps/compiz-1/plugins/unityshell/screen0/options/show_launcher" --type string ""
答案3
在 Ubuntu 20.04 中,运行此命令对我有用:
gsettings set org.gnome.mutter overlay-key ''