I'm using Pycharm
to write some code, I have A LOT of small functions that need to be indented into a class and not enough patience to do it all one by one. In Pycharm
you can use alt-click
to add multiple carets. However in Ubuntu alt-click
will drag the window. How can I disable alt-click
on Ubuntu as a system configuration, in order to use it for multiple carets?
I found this answer using dconf write /org/gnome/desktop/wm/preferences/mouse-button-modifier '"<Alt>"'
but it doesn't seem to do anything, and the alt-drag/click
still pulls the window with it.