https://bugs.kde.org/show_bug.cgi?id=407720
Vlad Zagorodniy <vladz...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kwi | |n/2cff5cb70a9e680f7c14fbd60 | |b00e31143373399 Status|CONFIRMED |RESOLVED --- Comment #7 from Vlad Zagorodniy <vladz...@gmail.com> --- Git commit 2cff5cb70a9e680f7c14fbd60b00e31143373399 by Vlad Zagorodniy. Committed on 21/05/2019 at 12:43. Pushed by vladz into branch 'master'. [tabbox] Properly determine depressed modifiers on X11 Summary: A keysym can be assigned to several keycodes, so more proper way to determine whether given modifier is depressed is to iterate over all returned keycodes and see if any is pressed. If we check only the first keycode, then alternative mappings may not work, e.g. alt key mapped to win, etc. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D21302 M +23 -29 tabbox/tabbox.cpp https://commits.kde.org/kwin/2cff5cb70a9e680f7c14fbd60b00e31143373399 -- You are receiving this mail because: You are watching all bug changes.