GNOME Bugzilla – Bug 326017
4th and 5th mouse buttons should control back / forward
Last modified: 2009-11-14 09:46:06 UTC
File roller should support using the 4th and 5th mouse buttons as back and forward, just like firefox. Other information:
No luck in 2.12...
fyi, most of the time these are buttons 8 and 9 (as reported by xev)
Created attachment 147543 [details] [review] Here is my first stab at this, works great on my machine. Here is my first stab at this. Maps mouse buttons 8 and 9 to the forward and back buttons respectively. Based on an earlier version of nautilus. Did not cause an issues for after some brief testing. I'm planning on further investigating how nautilus does it now for consistencies sake.
http://mail.gnome.org/archives/nautilus-list/2006-December/msg00109.html Looks like they are based off XF86 "keys." If we go this route, we could support a lot of other hot keys on multimedia keyboards, etc.
Actually, that is how nautilus does it. XF86 "keys" are for additional keys on multimedia keyboards. My original patch is ready for committing if the main project manager wants to check it out and commit it :) Cheers
patch applied to master, thanks.