Marcel Holtmann wrote: >Hi Rob, > > > >>Okay, my first ever C hack... >> >> > >no problem, because everyone has to start sometime :) > > > >>Implemented three functions, back button triggers mouse button 4, next >>button triggers mouse button 5, fn button triggers a keyboard alt + tab, >>which changes window focus in kde, and probably gnome. >> >>I have also reduced the speed of the pointer from 12 to 4, which I am >>much happier with as I have a hope of landing on the correct window. >> >> > >Can we get some command options to change this behaviour? > > > >>Sorry, I'm not sure how to do patch, but the file is small... >> >> > >take a look at "man diff" and do "diff -urN ". It is >much more easier for me to look at a patch, because in most cases only >the changes matters. > >Regards > >Marcel > > > Okay... This is a slight bug fix over the previous one..