Without any change on my end (that I know of) they keyboard arrow keys no longer control the paddle. Reproducible: Always Steps to Reproduce: 1. Open Kbreakout 2. Use arrow keys 3.Arrow keys don't control the paddle. Actual Results: Nothing Expected Results: The paddle moves.
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