Bug 461488

Summary: Gwenview add ability to toggle between View and Browse modes with Return key.
Product: [Applications] gwenview Reporter: Michael <voron1>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: bug2019, voron1
Priority: NOR    
Version First Reported In: 22.08.2   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.