Page 1 of 1

[Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 4:51 pm
by Tommy the cat
Using the trackpoint with the middle click above the touchpad you are able to scroll up and down, but also left and right.

This also works in Internet Explorer, but not in Opera! So what I'm trying is to alter the buttons in the opera preferences, but I cannot seem the find the right button to alter to 'scroll left' of 'scroll right'. I've tried the buttons 6, 7, 8 and 9.

Does anybody know how to succesfully scroll sideways, without using the annoying smooth scroll?

Thanks!

Edit: this doesn't seem to work. Edit2: oh that's for Linux.

Re: [Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 7:42 pm
by GomJabbar
You need to edit tp4table.dat. See if the following link helps.

http://forum.thinkpads.com/viewtopic.php?f=2&t=7645

EDIT: Looking at my Win 7 directory, it looks like the file is either tp4table.dat or tp4scrol.dat under C:\Program Files\Synaptics\SynTP

The code below is for vertical scrolling only. Maybe you can figure out what to add for horizontal scrolling.

Code: Select all

; Opera web browser
*,*,opera.exe,*,*,*,WheelStd,0,9

Re: [Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 8:38 pm
by Tommy the cat
The files tp4table.dat and tp4scrol.dat can be found on numerous locations on my system (except SYSTEM32 and I don't have a Synaptics folder). I think C:\DRIVERS\WIN\UNAV\... is my best change. There are more than one files named like this (*.DAT and *.INI), so I will see what I can do.

I run Win7.

Re: [Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 8:55 pm
by GomJabbar
Tommy the cat wrote:I think C:\DRIVERS\WIN\UNAV\... is my best change. There are more than one files named like this (*.DAT and *.INI), so I will see what I can do.
I don't think C:\DRIVERS\WIN\UNAV\... is an active folder for the drivers. That is where the drivers are unpacked to for installation.

Re: [Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 8:58 pm
by Tommy the cat
Now that you mention that I think you're right. That's the folder we (manually) extract the drivers for installation... could have known. I will check other folders.

Re: [Opera 11] Side scroll with trackpoint: how?

Posted: Tue Dec 21, 2010 9:23 pm
by Tommy the cat
Well ProgramFiles/Apoint2K seems to be an active folder. Both *.DAT files contain the opera code as mentioned. Nonetheless I will soon try some other codes.