Thilo Six wrote:
Hugo Vanwoerkom wrote the following on 25.07.2008 17:17
Hi Hugo
</snip>
mousewheel.withnokey.action = 2
mousewheel.withnokey.numlines = -1
mousewheel.withnokey.sysnumlines = false
And if I change them then the second top wheel does not work to go
back/fore a page.
just found this which might be of interest to you:
http://www.macosxhints.com/article.php?story=20050821141856688
what does:
mousewheel.withshiftkey.action = 1
do?
or did you mean:
mousewheel.withnokey.action = 1
Hugo
there are 4 key combinations which can be defind:
withcontrolkey
withshiftkey
withaltkey
withnokey
with the 'action' flag you tell it what to do:
0 = scroll per line
1 = scroll half a page
2 = move fore and backward through history
3 = zoom text
now combine those the way you like it.
So 'mousewheel.withshiftkey.action = 1' means 'scroll half a page per
mousewheel when shilft is pressed simultaneously'.
Thanks! And thanks for that reference. Indeed that *does* make a
difference. I changed:
mousewheel.withnokey.action;1 (was 0)
mousewheel.withnokey.numlines;3 (was 1)
And things are much better now.
Hugo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]