<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodePy.Net &#187; Firefox</title>
	<atom:link href="http://codepy.net/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://codepy.net</link>
	<description>专注网络开发：Python,PHP,Vim,Linux 分享我的快乐 -- Share My Happiness</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:20:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Vimperator+Google工具栏最大化Firefox页面显示空间</title>
		<link>http://codepy.net/2010/01/16/use-vimperator-to-enlarge-your-firefox-page-area.html</link>
		<comments>http://codepy.net/2010/01/16/use-vimperator-to-enlarge-your-firefox-page-area.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:16:20 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[得力工具]]></category>
		<category><![CDATA[autohidestatusbar]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[vimperator]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=150</guid>
		<description><![CDATA[1.去掉Firefox默认菜单栏、工具栏、收藏栏 在Vimperator未出世之前，就一直想扩大Firefox的页面显示空间，特别是到了宽屏时代，这种需求愈发强烈。Vimperator解决了我大多数需求，并且对于像我这种VIM控的人来说，这本身就是福音。但是Vimperator与某些扩展结合起来之后，用得不是很顺，特别一些辅助WEB开发的扩展，比如Live Http Headers。或者Read it Later这种扩展。后来发现使用Google工具栏的Firefox版本作为载体，用来放相关扩展的按钮，是一个很不错的方案。 实现方法很简单，先用”set guioptions+=mT&#8221;命令调出Firefox默认的标题栏和工具栏，右键点击工具栏的空白处，选择定制，再把你需要的按钮拖放到Google工具栏上面，最后隐藏掉标题栏和工具栏即可。 2.自动隐藏Vimperator命令输入框 在使用Vimperator的时候我们频繁地使用到Vimperator的命令输入框，这个可以通过Vimperator的一个插件来实现自动隐藏，等我们输入命令的时候它才会出现。这个需要Maine Coon以及它依赖的库_libly，根据Vimperator版本来选择相应的插件以及库版本，Linux用户放到.vimperator/plugin目录下面，WIndows用户放到用户目录下面的vimperator/plugin目录下，没有就创建相关目录。 3.自动隐藏Firefox状态栏 这个推荐使用autoHideStatusBar，让状态栏只在鼠标移到链接上面、载入页面的时候出现。大大地扩展了Firefox的页面显示空间。]]></description>
			<content:encoded><![CDATA[<h3>1.去掉Firefox默认菜单栏、工具栏、收藏栏</h3>
<p>在<a href="http://vimperator.org/" target="_blank">Vimperator</a>未出世之前，就一直想扩大Firefox的页面显示空间，特别是到了宽屏时代，这种需求愈发强烈。Vimperator解决了我大多数需求，并且对于像我这种VIM控的人来说，这本身就是福音。但是Vimperator与某些扩展结合起来之后，用得不是很顺，特别一些辅助WEB开发的扩展，比如<a href="https://addons.mozilla.org/addon/3829" target="_blank">Live Http Headers</a>。或者<a href="http://readitlaterlist.com/" target="_blank">Read it Later</a>这种扩展。后来发现使用Google工具栏的Firefox版本作为载体，用来放相关扩展的按钮，是一个很不错的方案。</p>
<p>实现方法很简单，先用”set guioptions+=mT&#8221;命令调出Firefox默认的标题栏和工具栏，右键点击工具栏的空白处，选择定制，再把你需要的按钮拖放到Google工具栏上面，最后隐藏掉标题栏和工具栏即可。</p>
<h3>2.自动隐藏Vimperator命令输入框</h3>
<p>在使用Vimperator的时候我们频繁地使用到Vimperator的命令输入框，这个可以通过Vimperator的一个插件来实现自动隐藏，等我们输入命令的时候它才会出现。这个需要<a href="http://vimperator.kurinton.net/plugins/maine_coon.html" target="_blank">Maine Coon</a>以及它依赖的库<a href="http://vimperator.kurinton.net/plugins/_libly.html" target="_blank">_libly</a>，根据Vimperator版本来选择相应的插件以及库版本，Linux用户放到.vimperator/plugin目录下面，WIndows用户放到用户目录下面的vimperator/plugin目录下，没有就创建相关目录。</p>
<h3>3.自动隐藏Firefox状态栏</h3>
<p>这个推荐使用<a href="https://addons.mozilla.org/zh-CN/firefox/addon/1530/" target="_blank">autoHideStatusBar</a>，让状态栏只在鼠标移到链接上面、载入页面的时候出现。大大地扩展了Firefox的页面显示空间。</p>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2010/01/16/use-vimperator-to-enlarge-your-firefox-page-area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一款漂亮的Google reader主题</title>
		<link>http://codepy.net/2009/07/04/google-reader-osx-style.html</link>
		<comments>http://codepy.net/2009/07/04/google-reader-osx-style.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 00:47:46 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[WEB2.0生活]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google-reader]]></category>
		<category><![CDATA[stylish]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=119</guid>
		<description><![CDATA[Google reader算是我上网最常用的工具了，天天看着难免产生视觉疲劳，不过还好，Firefox强大的扩展为我们提供了更换皮肤的可能。只需要安装：Stylish 推荐一款Leopard风格的风格，安装Stylish之后，点击这里，然后点击“Load into Stylish”即可。]]></description>
			<content:encoded><![CDATA[<p>Google reader算是我上网最常用的工具了，天天看着难免产生视觉疲劳，不过还好，Firefox强大的扩展为我们提供了更换皮肤的可能。只需要安装：<a href="https://addons.mozilla.org/zh-CN/firefox/addon/2108" target="_blank">Stylish</a></p>
<p>推荐一款Leopard风格的风格，安装Stylish之后，点击<a href="http://userstyles.org/styles/16900" target="_blank">这里</a>，然后点击“Load into Stylish”即可。</p>
<p><img class="alignnone" title="Mac OS X Snow Leopard" src="http://userstyles.org/style_screenshots/16900_after.png" alt="" width="649" height="648" /></p>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2009/07/04/google-reader-osx-style.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox下最强FriendFeed扩展&#8211;MySocial24x7</title>
		<link>http://codepy.net/2008/12/24/the-best-addons-for-firefox-mysocial247.html</link>
		<comments>http://codepy.net/2008/12/24/the-best-addons-for-firefox-mysocial247.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:10:13 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[WEB2.0生活]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[FriendFeed]]></category>

		<guid isPermaLink="false">http://codepy.net/?p=85</guid>
		<description><![CDATA[期末考到了，都在忙着复习，不过忙里偷闲，爱上了FriendFeed，本人是一个Firefox狂热者，所以马上就去搜Firefox下面支持FriendFeed的扩展，看到很多人都在推荐MySocial24x7，但是使用的时候遇到了很多麻烦：第一个就是它的官网mysocial247.com被墙，好不容易破墙把它下下来，结果发现无法登陆，汗死&#8230;.. 今天不甘心，又Google了一下，发现有人修正了以上Bug，发布了新版本： MySocial24x7: Version 0.51 Available 点击这里下载，也可以进入上面的地址下载。 关于该扩展的强大威力，推荐看一下电脑玩物这一篇： MySocial 24&#215;7 目前 Firefox上最好的 FriendFeed用戶端]]></description>
			<content:encoded><![CDATA[<p>期末考到了，都在忙着复习，不过忙里偷闲，爱上了<a href="http://friendfeed.com" target="_blank">FriendFeed</a>，本人是一个Firefox狂热者，所以马上就去搜Firefox下面支持FriendFeed的扩展，看到很多人都在推荐MySocial24x7，但是使用的时候遇到了很多麻烦：第一个就是它的官网mysocial247.com被墙，好不容易破墙把它下下来，结果发现无法登陆，汗死&#8230;..</p>
<p>今天不甘心，又Google了一下，发现有人修正了以上Bug，发布了<a href="http://www.davehodson.com/garage/archives/2008/12/mysocial24x7_ve.html" target="_blank">新版本</a>：</p>
<blockquote><p><strong><a href="http://www.davehodson.com/garage/archives/2008/12/mysocial24x7_ve.html" target="_blank">MySocial24x7: Version 0.51 Available</a></strong></p></blockquote>
<p>点击<a href="http://www.davehodson.com/mysocial/0.51/mysocial24x7-0.51.xpi" target="_self">这里</a>下载，也可以进入上面的地址下载。</p>
<p>关于该扩展的强大威力，推荐看一下电脑玩物这一篇：</p>
<blockquote><p><strong><a href="http://unblocker.org/index.php?q=uggc%3A%2F%2Fcynlcprfbe.oybtfcbg.pbz%2F2008%2F05%2Fzlfbpvny-24k7-sversbk-sevraqsrrq.ugzy">MySocial 24&#215;7 目前 Firefox上最好的 FriendFeed用戶端</a></strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2008/12/24/the-best-addons-for-firefox-mysocial247.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小谈Firefox3</title>
		<link>http://codepy.net/2008/06/25/talk-about-firefox3.html</link>
		<comments>http://codepy.net/2008/06/25/talk-about-firefox3.html#comments</comments>
		<pubDate>Tue, 24 Jun 2008 16:44:33 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[LINUX生活]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox3]]></category>
		<category><![CDATA[崩溃]]></category>

		<guid isPermaLink="false">http://codepy.net/2008/06/25/talk-about-firefox3.html</guid>
		<description><![CDATA[其实Firefox3正式发布的几个小时之前我就在cnBeta上面下载到正式版了，Firefox3确实不错，而且很多附加软件也已经支持Firefox3，到这里可以看到我现在在使用的附件软件列表（有点多，哈哈） 安装完成后，噩梦来了，在使用的过程中，不时会出现崩溃的现象，最频繁的几分钟一次，开始以为是vista sp1的问题，今天一气之下把vista sp1卸载了，还是会出现崩溃，无语了～～ 后来google了一下，解决方法是安装的时候要使用新的配置文件，因为我是直接从Firefox2升级过来的，里面的很多附件软件的配置文件会从Firefox2中继承过来，造成附加软件的冲突，所以容易出现崩溃，我干脆卸载干净，然后重新安装，问题应该不会再出现了吧，过几天看看再给大家汇报。]]></description>
			<content:encoded><![CDATA[<p>其实Firefox3正式发布的几个小时之前我就在cnBeta上面下载到正式版了，Firefox3确实不错，而且很多附加软件也已经支持Firefox3，到<a href="http://codepy.net/plugiin" target="_blank">这里</a>可以看到我现在在使用的附件软件列表（有点多，哈哈）</p>
<p>安装完成后，噩梦来了，在使用的过程中，不时会出现崩溃的现象，最频繁的几分钟一次，开始以为是vista sp1的问题，今天一气之下把vista sp1卸载了，还是会出现崩溃，无语了～～</p>
<p>后来google了一下，解决方法是安装的时候要使用新的配置文件，因为我是直接从Firefox2升级过来的，里面的很多附件软件的配置文件会从Firefox2中继承过来，造成附加软件的冲突，所以容易出现崩溃，我干脆卸载干净，然后重新安装，问题应该不会再出现了吧，过几天看看再给大家汇报。</p>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2008/06/25/talk-about-firefox3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox快捷键大全</title>
		<link>http://codepy.net/2007/10/24/shortcut-key-of-firefox.html</link>
		<comments>http://codepy.net/2007/10/24/shortcut-key-of-firefox.html#comments</comments>
		<pubDate>Wed, 24 Oct 2007 05:00:39 +0000</pubDate>
		<dc:creator>ruitao</dc:creator>
				<category><![CDATA[WEB2.0生活]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://ruitao.host5.meyu.net/?p=17</guid>
		<description><![CDATA[Firefox一直是我在使用的浏览器，基本不用IE了，用好Firefox，你会发现你再也不想去碰IE了 。 Firefox一个很大的有点就是快捷键非常好用了，这里列出了Firefox的常用快捷键，更好的使用Firefox，现在就来学习下吧！ 命令 Mozilla Firefox 添加为书签 Ctrl+D 后退 Backspace （注: 这个快捷键只在windows中起作用.） Alt+Left Arrow 打开书签 Ctrl+B Ctrl+I 插入浏览 F7 关闭窗口 Ctrl+W Ctrl+F4 补充 .com 地址 Ctrl+Enter 补充 .net 地址 Shift+Enter 补充 .org 地址 Ctrl+Shift+Enter 复制 Ctrl+C 剪切 Ctrl+X 减小文字大小 Ctrl+- 删除 Del 下载 Ctrl+E 再次查找 F3 Ctrl+G 输入查找链接 &#8216; 输入查找文本 / 查找 Shift+F3 本页查找 Ctrl+F [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox一直是我在使用的浏览器，基本不用IE了，用好Firefox，你会发现你再也不想去碰IE了 。</p>
<p>Firefox一个很大的有点就是快捷键非常好用了，这里列出了Firefox的常用快捷键，更好的使用Firefox，现在就来学习下吧！<span id="more-17"></span></p>
<table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1" width="94%">
<tr>
<th><font color="#ffffff">命令</font></th>
<th><font color="#ffffff">Mozilla Firefox</font></th>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">添加为书签</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">D</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">后退</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Backspace</font> （注: 这个快捷键只在windows中起作用.）<br />
<font face="Courier New">Alt</font>+<font face="Courier New">Left Arrow</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">打开书签</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">B<br />
Ctrl</font>+<font face="Courier New">I</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">插入浏览</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">F7</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">关闭窗口</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">W<br />
Ctrl</font>+<font face="Courier New">F4</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">补充 .com 地址</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Enter</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">补充 .net 地址</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Shift</font>+<font face="Courier New">Enter</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">补充 .org 地址</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Shift</font>+<font face="Courier New">Enter</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">复制</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">C</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">剪切</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">X</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">减小文字大小</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">-</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">删除</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Del</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">下载</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">E</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">再次查找</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">F3<br />
Ctrl</font>+<font face="Courier New">G</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">输入查找链接</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">&#8216;</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">输入查找文本</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">/</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">查找</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Shift</font>+<font face="Courier New">F3</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">本页查找</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">F</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">前进</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Shift</font>+<font face="Courier New">Backspace</font> （注: 这个快捷键也只在windows中起作用.）<br />
<font face="Courier New">Alt</font>+<font face="Courier New">Right Arrow</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">全屏</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">F11</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">历史</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">H</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">首页</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Alt</font>+<font face="Courier New">Home</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">增大文字大小</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">+</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">移到下一帧</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">F6</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">移到上一帧</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Shift</font>+<font face="Courier New">F6</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">新建标签页</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">T</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">下一个标签页</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Tab<br />
Ctrl</font>+<font face="Courier New">PageDown</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">新建窗口</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">N</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">打开文件</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">O</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">在新标签页打开网址</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Alt</font>+<font face="Courier New">Enter</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">页面信息</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">J</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">页面源代码</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">U</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">粘贴</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">V</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">前一个标签页</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Shift</font>+<font face="Courier New">Tab<br />
Ctrl</font>+<font face="Courier New">PageUp</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">打印</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">P</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">重做</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Shift</font>+<font face="Courier New">Z<br />
Ctrl</font>+<font face="Courier New">Y</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">重新载入</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">F5</font><br />
<font face="Courier New">Ctrl</font>+<font face="Courier New">R</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">重新载入 (忽略缓存)</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">F5<br />
Ctrl</font>+<font face="Courier New">Shift</font>+<font face="Courier New">R</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">恢复文本大小</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">0</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">页面另存为</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">S</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">全选</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">A</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">选择地址条</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Alt</font>+<font face="Courier New">D<br />
F6<br />
Ctrl</font>+<font face="Courier New">L</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">搜索条</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">K</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">选择标签页 [1 to 9]</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+[<font face="Courier New">1</font> to <font face="Courier New">9</font>]</td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">停止</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Esc</font></td>
</tr>
<tr>
<td class="1234" bgcolor="#ffffff">撤消</td>
<td class="1234" bgcolor="#ffffff"><font face="Courier New">Ctrl</font>+<font face="Courier New">Z</font></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://codepy.net/2007/10/24/shortcut-key-of-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

