From: Michael Prokop Date: Sun, 18 Nov 2007 22:53:30 +0000 (+0100) Subject: Replace EmulateMiddleButtonTime with EmulateMidButtonTime X-Git-Tag: 0.3.37~3 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=4e55cf7818d565fcb832e5a61dc035cc84944c7e;p=grml-x.git Replace EmulateMiddleButtonTime with EmulateMidButtonTime --- diff --git a/debian/changelog b/debian/changelog index 1fe6db3..b361d13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-x (0.3.37) unstable; urgency=low + + * Replace EmulateMiddleButtonTime with EmulateMidButtonTime. + Thanks, Jerome Potts! + + -- Michael Prokop Sun, 18 Nov 2007 23:51:43 +0100 + grml-x (0.3.36) unstable; urgency=low * Disable vmmouse in xorg.conf.vmware for now as it's broken diff --git a/grml-x b/grml-x index 0fd3351..cb4c1fc 100755 --- a/grml-x +++ b/grml-x @@ -352,7 +352,7 @@ Section \"InputDevice\" Option \"MaxSpeed\" \"2.00\" Option \"AccelFactor\" \"0.030\" Option \"UpDownScrolling\" \"1\" - Option \"EmulateMiddleButtonTime\" \"75\" + Option \"EmulateMidButtonTime\" \"75\" Option \"CircularScrolling\" \"1\" Option \"CircScrollDelta\" \"0.1\" Option \"CircScrollTrigger\" \"8\"