Currently to start a lesson one has first to select the lesson in the list on the left, and then click on the "Start lesson" button. It would be nice if it could be started via a double click on the name. Another nicety would be adding acellerator keys: up/down to move in the lesson list, enter to start the lesson. Reproducible: Always Steps to Reproduce: 1. Double click on the lesson name. Actual Results: nothing happens Expected Results: The lesson starts.
Git commit 07297bc6bd2a6511cf80814f6ec27915f7e3ce10 by Sebastian Gottfried. Committed on 06/03/2013 at 18:07. Pushed by gottfried into branch 'master'. allow selection confirmation in lists per double click Now it's possible to start training on a lesson or selecting a different user profile with a simple double click on the list item if one doesn't like to do the extra click on the confirmation buttons in these forms. M +6 -1 src/qml/LessonSelector.qml M +4 -2 src/qml/ListItem.qml M +6 -1 src/qml/ProfileSelector.qml http://commits.kde.org/ktouch/07297bc6bd2a6511cf80814f6ec27915f7e3ce10
I'm closing this ticket as fixed now since the main request is implemented by now. The keyboard navigation part is already tracked by Bug 316058, but won't be implemented anytime soon for the there explained issues.