D13686: Updated RunCommand.qml to scroll with Ctrl + home row (j, k)

Kai Uwe Broulik noreply at phabricator.kde.org
Sat Jun 23 09:56:21 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180623/db094621/attachment-0001.html>


More information about the Plasma-devel mailing list