https://bugs.kde.org/show_bug.cgi?id=365255
Jurica Vukadin <u.ra...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |u.ra...@gmail.com --- Comment #10 from Jurica Vukadin <u.ra...@gmail.com> --- I've been poking at this in my spare time. It seems Alt+7 (and Alt+1 as well, I'm using Croatian layout), gets intercepted by KGlobalAccelImpl::nativeEventFilter(), while the others do not. I've added some debug prints to KGlobalAccelImpl::nativeEventFilter() and get this when I hit Alt+7: responseType: 2 Got XKeyPress event keyQt= "8000037" (this is Qt::AltModifier | Qt::Key_7) For others I only get "responseType: 85" when I hit the Alt key. Any clues how I can chase this down further? -- You are receiving this mail because: You are watching all bug changes.