aarnt / octopi

A powerful Pacman (Package Manager) front end using Qt libs
https://tintaescura.com/projects/octopi
GNU General Public License v2.0
599 stars 85 forks source link

Add support Forward and Backward buttons #529

Open Zesko opened 1 year ago

Zesko commented 1 year ago

"Forward" and "Backward" buttons or keyboard-shortcuts are useful like Web browser has the feature.

An issue: You click on any dependency in package A page to open another page of that dependency and research what it is. After researching, You want to go back to the package A page, but there is no "Back" function, you have to search this package A manually. Imagine you want to check many dependencies in the package A, and then have to manually search the package A page many times.

That is why clicking "Back" button is helpful without manually searching the package A again.

aarnt commented 1 year ago

Did you try using "Alt+left arrow" and "Alt+right arrow" for that?

Zesko commented 1 year ago

I did not know, "Alt+left arrow" works for me. But "Alt+right arrow" does not. It would be nice to add a new button in the GUI. Thanks!