Bug 428916

Summary: Return/Enter Key no longer works as shortcut
Product: [Frameworks and Libraries] frameworks-kdeclarative Reporter: Torma <torma616>
Component: generalAssignee: Marco Martin <notmart>
Status: CONFIRMED ---    
Severity: normal CC: kde, kdelibs-bugs-null, nate, plasma-bugs-null
Priority: HI Keywords: regression
Version First Reported In: 5.75.0   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Torma 2020-11-10 03:33:22 UTC
SUMMARY
Can no longer set "Return"/"Enter" as keyboard shortcut/modify default behaviour. EX. In Dolphin, setting "Return" to "rename" or a custom "open with" dialog, or at the very least setting it to not open the selected file no longer works. It worked prior to Plasma 5.20 update.

STEPS TO REPRODUCE 
1. In Plasma 5.19, set a Standard/Global shortcut to "Return" ("Enter" key) (Ex. Rename [default F2] set to "Return").
2. Update to Plasma 5.20
3. Open Dolphin
4. Select a file
5. Press "Return"/"Enter"

OBSERVED RESULT
File opens in default application.

EXPECTED RESULT
File name editing mode entered.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.8.18-1-MANJARO
(available in About System)
KDE Plasma Version: 5.20.2
KDE Frameworks Version: 5.75.1
Qt Version: 5.15.1

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2020-11-10 21:45:34 UTC
Confirmed. 

Seems like an issue with the QML-based shortcut input button not handling the return and enter keys. I'll note that return/enter with a modifier key does seem to work.