In the first run widget all buttons on the bottom except "Next" are activatable by pressing Alt+Key, where key is the underlined letter. Reproducible: Always Steps to Reproduce: 1. Start digikam from scratch (no database, no digikamrc) 2. Press Alt+N Actual Results: Nothing happens Expected Results: Next button is pressed and next menu window appears. digikam commit hash: 19446b5 Qt version: 5.6.1
Nothing can be done in digiKam code. We use QWizard class for first run assistant, with standard button defined by Qt. http://doc.qt.io/qt-5/qwizard.html#WizardButton-enum Next button is Continue under OSX, so we cannot force to use ALT+N everywhere. This depend of text hosted in button by Qt API. So, this problem need to be upstreamed to Qt team as well. Gilles Caulier