How to override linux Alt + mouse behavior when dragging windows?

I have a wxWidgets application that has custom controls when Alt + key combination is pressed. My problem is that on Linux (ubuntu) when I try to use my controls, it doesn't work, but it uses standard Linux controls for window frames.

Is it possible to somehow override OS behavior with wxWidgets? Is there any other way to do this?

+3


source to share


1 answer


If you are installing dconf-tools, you can run dconf-editor and change the key in org - gnome - desktop - wm - preferences - mouse-button modifier. The safest option is to set it to a keyboard shortcut.



0


source







All Articles