emeraldhieu Asked: 2012-02-20 03:05:38 +0800 CST2012-02-20 03:05:38 +0800 CST 2012-02-20 03:05:38 +0800 CST How do I disable the Super key? 772 I want to disable the Super key, when I press Super nothing should happen. How can I do that? shortcut-keys 4 Answers Voted Best Answer desgua 2012-02-20T05:17:52+08:002012-02-20T05:17:52+08:00 You can change that in Compiz. Install compizconfig-settings-manager sudo apt-get install compizconfig-settings-manager Hit Alt+F2, type about:config and hit Enter to open the Unity configuration. Or run ccsm on the command line. Change or disable the shortcut for Key to show the launcher as you like to free your Super key: FourDollars 2013-01-02T22:53:34+08:002013-01-02T22:53:34+08:00 Execute the following command and then log in Unity desktop environment again. dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '""' In Ubuntu 12.04 and later: gconftool-2 --set "/apps/compiz-1/plugins/unityshell/screen0/options/show_launcher" --type string "" brianpeiris 2020-10-06T08:42:11+08:002020-10-06T08:42:11+08:00 In Ubuntu 20.04, running this command works for me: gsettings set org.gnome.mutter overlay-key '' From https://ubuntuforums.org/showthread.php?t=2405352 FourDollars 2012-12-31T22:04:31+08:002012-12-31T22:04:31+08:00 Just putting the following lines into your ~/.Xmodmap and then log out and log in Unity again. keycode 133 = NoSymbol keycode 134 = NoSymbol
You can change that in Compiz.
Install
compizconfig-settings-manager
Hit Alt+F2, type
about:config
and hit Enter to open the Unity configuration.Or run
ccsm
on the command line.Change or disable the shortcut for Key to show the launcher as you like to free your Super key:
Execute the following command and then log in Unity desktop environment again.
In Ubuntu 12.04 and later:
In Ubuntu 20.04, running this command works for me:
From https://ubuntuforums.org/showthread.php?t=2405352
Just putting the following lines into your ~/.Xmodmap and then log out and log in Unity again.