Bug 461488 - Gwenview add ability to toggle between View and Browse modes with Return key.
Summary: Gwenview add ability to toggle between View and Browse modes with Return key.
Status: REPORTED
Alias: None
Product: gwenview
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.08.2
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 06:54 UTC by Michael
Modified: 2022-12-11 18:40 UTC (History)
2 users (show)

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 Michael 2022-11-06 06:54:53 UTC
In the current state you can go from Browse to View by pressing Return (Enter key), and it's not configurable in Keyboard Shortcuts settings. But to go back to Browse you need a different hotkey, and setting Return there doesn't work. 

Would be nice to have the ability to toggle between modes with one hotkey, ideally configurable, but Return would be fine for me personally.
Comment 1 bug2019@fantasymail.de 2022-12-11 18:40:33 UTC
That was the commit which removed the Return key go back to browse mode:
https://invent.kde.org/graphics/gwenview/-/commit/2c829f4ebdf4c281347d5afc011a709b4b0ed8bc

In file app/viewmainpage.cpp, function ViewMainPage::slotEnterPressed() the following line was removed:
emit goToBrowseModeRequested();

Removing such an essential workflow for just entering a zoom level is really a no go. Fix the zoom input box instead!
None of the other input boxes like e.g. crop conflict with the return key.