I have a problem with shortcuts after upgrading to Ubuntu 17.10, and have no idea how to debug it.
Problem is following:
When I use shortcuts like Shift+Alt+Insert it behaves as Shift+Insert or Alt+Insert depending on which key was pressed first.
It's possible that is's only java problem (I have this behavior stably reproducible in CLion IDE, and unstable in others), but seems it's overall problem.
Is is some known issue, or is there any easy way to debug which presses/released events are happen?
UPD: Seams, I got the problem. Alt+Shift is set up as keyboard layout change shortcut. So, when shift is pressed, alt press changes layout and not delivered to applications, and visa versa if alt is already pressed, shift is not delivered. Is there any way to fix it?