AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

Add mouse side-buttons navigation #256

Open Arskan17 opened 4 months ago

Arskan17 commented 4 months ago

When pressing the mouse's side-buttons, it should either load the previous page (if canGoBack ?), or the next page (if canGoForward ?).
I think it can be done in app/ui/omni-box.js, but I'm not sure. Might need to tinker around and see...

It would be cool to have this feature, like in many other browsers. Instead of having to press the forward/back buttons while navigating, mouse buttons could be used.