Archive for 四月, 2008
Keyconfig for Firefox 3
0It hasn’t been updated for a while (and the download site is a bit on the sparse side, but it looks like the author, dorando is still active and there are directions for modifying the XPI to be compatible w/ FF3.
Since I went through the trouble of modifying the bits, I thought I’d throw it up there for those less inclined to muck around in the files. This will give an unsigned warning, but should install: keyconfig-ff3.xpi.
Modifications:
- install.rdf modified with
<maxVersion>3.0.*</maxVersion> - install.rdf modified to comment out <updateURL> so it can be installed w/o modifying security preferences
this.os.addObserver(this,"stupid-dummy",false);added tofunction keyconfigService()document.createElement("key")changed togDocument.createElement("key")in the keyconfig.jar!contents/keyconfig.js file
Firefox 页面滚动设置
0打开firefox,在地址栏输入about:config
1.开启页面平滑滚动
general.smoothScroll
布尔值
当值为Ture时,打开页面平滑滚动
2.增加鼠标页面卷动行数
mousewheel.withnokey.sysnumlines
布尔值
先设置值为False时,禁用页面滚动行数为操作系统设置值
mousewheel.withnokey.numlines 设定了滚动的行数,推荐设置为7。
整数型
设置适当的整数值为滚动行数,推荐值7,
把“我的电脑”捧上去放在桌面第一
0是否希望把桌面上“我的电脑”捧回到第一个位置呢?
打开“注册表编辑器”,找到[HKEY_CLASSES_ROOTCLSID{450D8FBA- AD25-11D0-98A8-0800361B1103],在右侧窗格找到名为SortOrderIndex的DWORD键值,设置这个键值,就可以轻 松控制“我的电脑”与“我的文档”的上下关系。在十六进制下更改为48,则是“我的电脑”图标位于“我的文档”之下,原先的54值则反之。另外,此操作也 影响到地址栏下拉列表、打开窗口的“查找范围”下拉列表的排列。