https://bugs.kde.org/show_bug.cgi?id=406387
--- Comment #2 from william.b...@gmail.com --- The problem is that there are already distinct signals for either click, doubleclick, but none for when Return is pressed on the item. Therefore, it is easy to add a connection to either click or doubleclick if needed, but the only way to add a trigger for Return in this case would be with a keyPressEvent, which is quite a big workaround for a problem that affect a single DE. This is why it is important not to attribute to many signal to activated(). -- You are receiving this mail because: You are watching all bug changes.