当前位置: 首页>>技术问答>>正文


如何禁用超级密钥?

,

问题描述

我想禁用Super键,当我按下Super时,什么都不应该发生。

我怎样才能做到这一点?

最佳解决方法

您可以在Compiz中更改它。

  1. 安装compizconfig-settings-manager

    sudo apt-get install compizconfig-settings-manager
    
  2. 点击Alt + F2,键入about:config并点击Enter打开Unity配置。或者在命令行上运行ccsm

  3. 更改或禁用Key的快捷方式以显示启动器,以便释放Super密钥:

    shortcut-keys,ubuntu

shortcut-keys,ubuntu

shortcut-keys,ubuntu

次佳解决方法

执行以下命令,然后再次登录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 ""

第三种解决方法

只需将以下行放入〜/.Xmodmap,然后注销并再次登录Unity。

keycode 133 = NoSymbol
keycode 134 = NoSymbol

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/1245.html,未经允许,请勿转载。