I'd like to disable the alt+rightclik keybinding as it is shared by Blender. All of the solutions so far have involved using ccsm, but so far, that hasn't worked for me. Does anybody know how to do this?
Asked
Active
Viewed 1,878 times
1 Answers
7
After a bit of research following Fabby's comment - I used the following command, which has worked:
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Super>'
Now it's the super key which brings up the window menu.

YoungPadawan
- 165
-
Thank you for your research. I did this and it worked for me as well, where Compiz could not change any Ubuntu 16 keybindings for some reason. – Georg Muehlenberg Jun 25 '18 at 09:45
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier ''
and report back? – Fabby Jan 21 '17 at 10:37gsettingsreset org.gnome.desktop.wm.preferences mouse-button-modifier
– YoungPadawan Jan 21 '17 at 16:15