Re: [OT] iw page scroll speed
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'.
--
bye Thilo
key: 0x4A411E09
Reply to: