Did something change with keyboard handling on Linux? In my app you used to be able to Alt + drag components. Now Alt + drag moves the entire application window? Or is it something the OS is intercepting now?
t0m
October 12, 2018, 8:17am
2
There was a change:
Hello,
I have had a few issues with my linux builds in development, and I found several hacks that fix said issues with no apparent side effects. I wanted to create this thread to possibly understand why they are not fixed by default and what would take to get them in. I tried to check the development branch to make sure that they didn’t have updates, and couldn’t find anything.
The first issue has to do with the alt key not working. I found the following patch that solved the issue for me. …
On my Ubuntu 18.04 machine the alt key wasn’t being detected at all. Before this commit it was being confused with a different modifier.