Alexander wrote:
I played a bit with the mouse keys in FLTK/Dillo and created a small patch which enables the bindings of the mouse buttons 1-9 in keysrc (see appendix). Now it is possible to write in your keysrc
button8 = back button9 = forward
to use the mouse buttons 8 and 9 to jump backward and forward in the page history (this the setting which is used e.g. in Firefox). Please feel free to use it!
I haven't tried this out yet, but I was wondering: Are there any issues with having buttons as both keys and modifiers? (Of the two, having them as keys does seem more useful than modifiers.) I wonder whether we will eventually have to bring in some idea of contexts to specify what to do when this key is seen and you're on a link or a tab or whatever, as was alluded to with removing middle_click dillorc options.