The Following 35 Users Say Thank You to dblank For This Useful Post: | ||
achitnis, billybarty, BruceL, cybergypsy, dkwatts, dubwise, earth2marsh, edt, Eris, everythingsablur, expediter, fanoush, fattomm, Franko30, gt24, haliava, iball, konttori, ldrn, MstPrgmr, Munk, PinCushionQueen, pipeline, PJE, promethh, rattking, rcstanley, rfjockey, salomc, seiichiro0185, sJv, spirytsick, sushi3, TA-t3, TheGogmagog |
|
2007-11-28
, 10:42
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#12
|
|
2007-11-28
, 11:09
|
Posts: 87 |
Thanked: 98 times |
Joined on Oct 2007
@ Austria
|
#13
|
The Following User Says Thank You to hns For This Useful Post: | ||
|
2007-11-30
, 18:38
|
|
Posts: 58 |
Thanked: 16 times |
Joined on Oct 2007
@ Michigan, USA
|
#14
|
|
2007-12-01
, 00:37
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#15
|
|
2007-12-01
, 02:47
|
|
Posts: 229 |
Thanked: 108 times |
Joined on Oct 2007
@ Sacramento, California
|
#16
|
|
2007-12-05
, 19:47
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#17
|
|
2007-12-05
, 19:49
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#18
|
|
2007-12-26
, 23:40
|
|
Posts: 31 |
Thanked: 1 time |
Joined on Oct 2007
@ Germany
|
#19
|
edit
~/.mozilla/microb/prefs.js
change
user_pref("snav.enabled", true);
to:
user_pref("snav.enabled", false);
Restart browser
|
2007-12-27
, 10:37
|
|
Posts: 10 |
Thanked: 5 times |
Joined on Dec 2007
@ Bangalore, India
|
#20
|
Close any running browsers.
edit
/usr/lib/microb-engine/chrome/toolkit/content/global/platformHTMLBindings.xml
change
<handler event="keypress" keycode="VK_UP" command="cmd_scrollLineUp" />
<handler event="keypress" keycode="VK_DOWN" command="cmd_scrollLineDown" />
to:
<handler event="keypress" keycode="VK_UP" command="cmd_movePageUp"/>
<handler event="keypress" keycode="VK_DOWN" command="cmd_movePageDown"/>
edit
/home/user/.mozilla/microb/prefs.js
change
user_pref("snav.enabled", true);
to:
user_pref("snav.enabled", false);
Restart browser
Last edited by dblank; 2007-12-27 at 18:33.