https://bugs.kde.org/show_bug.cgi?id=348090
Julian Helfferich <julian.helffer...@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |KDE Applications 16.04.1 Latest Commit| |http://commits.kde.org/kbre | |akout/d7d0968b0594d6971127c | |1ec836b0f77fac08274 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Julian Helfferich <julian.helffer...@googlemail.com> --- Git commit d7d0968b0594d6971127c1ec836b0f77fac08274 by Julian Helfferich. Committed on 22/04/2016 at 12:50. Pushed by helfferich into branch 'Applications/16.04'. Fix Keyboard Input Since the port to QML/QtQuick the arrow keys no longer control the movement of the bar. I have added a KeyEvent handler to the main.qml file. I have also removed the keyboard input functions from CanvasWidget that previously controlled the bar movement and which are no longer called. FIXED-IN: KDE Applications 16.04.1 REVIEW: 127622 M +0 -55 src/canvaswidget.cpp M +0 -2 src/canvaswidget.h M +19 -0 src/qml/main.qml http://commits.kde.org/kbreakout/d7d0968b0594d6971127c1ec836b0f77fac08274 -- You are receiving this mail because: You are watching all bug changes.