Bug 366122

Summary: Next button not activatable via Alt+N in widget
Product: [Applications] digikam Reporter: Simon <freisim93>
Component: Usability-KeyboardAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: minor CC: caulier.gilles
Priority: NOR    
Version: 5.1.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description Simon 2016-07-26 09:18:20 UTC
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
Comment 1 caulier.gilles 2016-07-26 11:54:33 UTC
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