broulik added a comment.
Idea is fine I guess INLINE COMMENTS > RunCommand.qml:190 > Keys.onPressed: { > - if (event.text != "") { > + const ctrl = event.modifiers & Qt.ControlModifier; > + if (ctrl && event.key == Qt.Key_J) { I don't think QtQML supports ECMScript 6 `const` REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D13686 To: michaeleden, broulik, #plasma_workspaces Cc: #plasma_workspaces, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart