On Sun, Jan 28, 2007 at 12:18:52PM +0200, Kalle Olavi Niemitalo wrote: > This appears to be limitation in libxt-1.0.0/src/TMparse.c, > which supports only five mouse buttons. I don't know how difficult > that would be to fix.
After a little more searching, it appears not so difficult in terms of code, although the fact that it requires recompiling X (I think?) means it's a little difficult: http://lists.freedesktop.org/archives/xorg/2004-July/index.html But if I understand you correctly, even adding 6 and 7 in X would not be enough, and buttons 6 and 7 would need to be defined in elinks? Although I would think that something like: <Btn6Up>:U\n\ would bypass that limitation (assuming default keybindings) along with binding Btn7Up to "Left" (although I'm not sure exactly what string this would be). > You may be able to work around the limit by renumbering the buttons > with xmodmap. I think not without losing scrolling or something else... > Thanks. http://bugzilla.elinks.cz/show_bug.cgi?id=927 Thanks for submitting this for me. Lydgate _______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
