This revision was automatically updated to reflect the committed changes.
Closed by commit R108:70bc9524d95b: Send QKeyEvent with Qt::Key as expected by
Qt to internal windows (authored by graesslin).
CHANGED PRIOR TO COMMIT
https://phabricator.kde.org/D6828?vs=17014&id=18383#toc
REPOSITORY
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
BRANCH
internal-window-proper-key
REVISION DETAIL
https://phabricator.kde.org/D6828
To: graesslin, #kwin, #plasma, davidedmundson
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterb
graesslin added a comment.
ping
REVISION DETAIL
https://phabricator.kde.org/D6828
To: graesslin, #kwin, #plasma
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,
abetts, sebas, apol, mart, lukas
graesslin added a dependency: D6818: Implement support for window shortcuts for
Wayland windows.
REVISION DETAIL
https://phabricator.kde.org/D6828
To: graesslin, #kwin, #plasma
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,
abetts, sebas, apol, mart, lukas
graesslin created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
KWin passes the current keysym converted to a Qt::Key in the QKeyEvent.
The current keysym does not always change when a key gets released,