skyjake / lagrange

A Beautiful Gemini Client
https://gmi.skyjake.fi/lagrange/
BSD 2-Clause "Simplified" License
1.21k stars 64 forks source link

Handle XF86Back and XF86Forward #520

Open waelk10 opened 2 years ago

waelk10 commented 2 years ago

I've tried to check if there is a way to alternatively bind such keys, alas couldn't find. Most web/http browsers handle this as the name of the keysym implies, I.E.: XF86Back triggers loading of the previous page in the page history stack, which XF86Forward triggers the loading of the next page in the page history stack.

zilti commented 6 months ago

Seems like this got implemented. At least for me, the back/forward keys on my mouse work as intended in Lagrange.

skyjake commented 6 months ago

The mouse buttons 4 and 5 are bound to back/forward navigation actions separately from the XF86Back/X86Forward key codes, so I believe this issue should remain open.