分页: 1 / 1

[问题]thinkpad t43的中键设置问题,笔记本用户请进!

发表于 : 2008-03-01 18:51
chanwe
参照下面的网址,可以设置t43的trackpoint和中键配合的翻页功能,http://www.thinkwiki.org/wiki/How_to_co ... #Scrolling
可是有新的问题:
按下中键时,
当trackpoint上下移动的可以上下翻动网页;
而trackpoint左右移动,就变成浏览器的后退前进;
可上下翻页时一不小心就偏左偏右,马上就前进后退的,用起来很不方便,请问这个前进后退的功能怎么禁掉?!

:cry: :cry: :cry: :cry: :cry: :cry:

解决了,呵呵

发表于 : 2008-03-01 19:24
chanwe
Configure firefox for using trackpoint horizontal scrolling

Vertical Scrolling seems to work out of the box in firefox if you followed the steps above. Anyway, there is a problem when you don't scroll exactly vertical, because horizontal scrolling turns into browser BACK/FORWARD commands. You can avoid this by typing about:config + ENTER in the address bar of firefox. You have to adjust the following options:

mousewheel.horizscroll.withcontrolkey.action = 3;
mousewheel.horizscroll.withcontrolkey.numlines = 1;
mousewheel.horizscroll.withcontrolkey.sysnumlines = true;

mousewheel.horizscroll.withnokey.action = 0;
mousewheel.horizscroll.withnokey.numlines = 1;
mousewheel.horizscroll.withnokey.sysnumlines = true;

mousewheel.horizscroll.withshiftkey.action = 1;
mousewheel.horizscroll.withshiftkey.numlines = 1;
mousewheel.horizscroll.withshiftkey.sysnumlines = true;

发表于 : 2008-04-11 2:42
Leyil
我的机器上直接没问题的么,
按下中键即可翻动的

发表于 : 2008-04-11 2:44
carbont
左右移动怎么设置?
我只设置了上下移动……

发表于 : 2008-04-11 3:50
carbont
hotkey-setup
刚升级了这个不知道有用没有用。

发表于 : 2008-04-11 11:13
lhw828
二楼厉害!

Re: 解决了,呵呵

发表于 : 2014-05-12 9:41
rhkddlfdl
chanwe 写了:Configure firefox for using trackpoint horizontal scrolling

Vertical Scrolling seems to work out of the box in firefox if you followed the steps above. Anyway, there is a problem when you don't scroll exactly vertical, because horizontal scrolling turns into browser BACK/FORWARD commands. You can avoid this by typing about:config + ENTER in the address bar of firefox. You have to adjust the following options:

mousewheel.horizscroll.withcontrolkey.action = 3;
mousewheel.horizscroll.withcontrolkey.numlines = 1;
mousewheel.horizscroll.withcontrolkey.sysnumlines = true;

mousewheel.horizscroll.withnokey.action = 0;
mousewheel.horizscroll.withnokey.numlines = 1;
mousewheel.horizscroll.withnokey.sysnumlines = true;

mousewheel.horizscroll.withshiftkey.action = 1;
mousewheel.horizscroll.withshiftkey.numlines = 1;
mousewheel.horizscroll.withshiftkey.sysnumlines = true;
没有 mousewheel withnokey 这个选项。。。