D6828: Send QKeyEvent with Qt::Key as expected by Qt to internal windows

2017-08-19 Thread Martin Flöser
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

D6828: Send QKeyEvent with Qt::Key as expected by Qt to internal windows

2017-08-17 Thread David Edmundson
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

D6828: Send QKeyEvent with Qt::Key as expected by Qt to internal windows

2017-08-02 Thread Martin Flöser
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

D6828: Send QKeyEvent with Qt::Key as expected by Qt to internal windows

2017-07-22 Thread Martin Flöser
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

D6828: Send QKeyEvent with Qt::Key as expected by Qt to internal windows

2017-07-22 Thread Martin Flöser
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,