| Summary: | Gwenview add ability to toggle between View and Browse modes with Return key. | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Michael <voron1> |
| Component: | general | Assignee: | 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
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. |