Bug 410704

Summary: Shortcut to opening a message in a standalone window
Product: [Applications] trojita Reporter: Ringill <ringill>
Component: Desktop GUIAssignee: Trojita default assignee <trojita-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.7   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ringill 2019-08-07 20:16:22 UTC
SUMMARY

It is essential to be able to open a message in a standalone window without using the mouse. The most obvious key for that would be the Enter key, but it does not work. There is also no "open message in a standalone window" option or anything like that in IMAP->Configure Shortcuts (however, surprisingly, "Close Standalonw Message Window" is there).

STEPS TO REPRODUCE
1. Hide the message pane for better experience of the problem
2. Navigate through inbox with keyboard
3. Press Enter on a chosen message

OBSERVED RESULT
Nothing

EXPECTED RESULT
The message should open in a standalone window

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Lubuntu 18.10
Qt Version: 5.11.1
Comment 1 Jan Kundrát 2019-08-07 22:33:05 UTC
Please upgrade to a version from git, this has been implemented by https://gerrit.vesnicky.cesnet.cz/r/891 . Sorry, we haven't had a release in quite some time :(.

I'm afraid that using Enter is not directly possible because of a conflict with QAbstractItemView::activated, though.