Bug 410704 - Shortcut to opening a message in a standalone window
Summary: Shortcut to opening a message in a standalone window
Status: RESOLVED FIXED
Alias: None
Product: trojita
Classification: Applications
Component: Desktop GUI (other bugs)
Version First Reported In: 0.7
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Trojita default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-07 20:16 UTC by Ringill
Modified: 2019-08-07 22:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.