<?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>键盘 | 酷 壳 - CoolShell</title>
	<atom:link href="https://coolshell.cn/tag/keyboard/feed" rel="self" type="application/rss+xml" />
	<link>https://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - Coding Your Ambition</description>
	<lastBuildDate>Sun, 28 Mar 2010 17:01:57 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>如何修改微软人体工学键盘的Zoom键</title>
		<link>https://coolshell.cn/articles/2097.html</link>
					<comments>https://coolshell.cn/articles/2097.html#comments</comments>
		
		<dc:creator><![CDATA[mailper]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:08:44 +0000</pubDate>
				<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[键盘]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=2097</guid>

					<description><![CDATA[<p>如果你不是订阅本站的用户，你很肯能可能是通过搜索引擎的魔力来到本文的。 微软的软件产品咱们暂且不谈，他们生产的键盘鼠标确实很不错。例如，经典的 microsof...</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/2097.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/2097.html">如何修改微软人体工学键盘的Zoom键</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script>如果你不是订阅本站的用户，你很肯能可能是通过搜索引擎的魔力来到本文的。</p>
<p>微软的软件产品咱们暂且不谈，他们生产的键盘鼠标确实很不错。例如，经典的 microsoft natural ergonomic keyboard 4000 （见图）。著名Google工程师博主Matt Cutts用的就是这个（<a href="http://www.mattcutts.com/blog/30-days-no-microsoft-software/">参考链接</a>）。</p>
<p>可是每个入手该键盘的geek都会觉得，这个弱智的设计师把zoom键放在中间干嘛，应该用来当上下滚轮嘛。</p>
<p><a href="https://coolshell.cn/wp-content/uploads/2010/02/keyboard.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-2098" title="keyboard" src="https://coolshell.cn/wp-content/uploads/2010/02/keyboard.jpg" alt="" width="464" height="262" srcset="https://coolshell.cn/wp-content/uploads/2010/02/keyboard.jpg 464w, https://coolshell.cn/wp-content/uploads/2010/02/keyboard-300x169.jpg 300w" sizes="(max-width: 464px) 100vw, 464px" /></a></p>
<p>无独有偶，该问题已经被先辈们解决，笔者只搜到了<a href="http://paininthetech.com/2006/04/29/hack-the-microsoft-natural-4000-keyboard">英文文章</a></p>
<p>为了让中文读者方便找到并使用，暂且将关键步骤翻译如下：</p>
<ol>
<li>下载微软键盘驱动 <a href="http://www.microsoft.com/hardware/download/download.aspx?category=MK">http://www.microsoft.com/hardware/download/download.aspx?category=MK</a></li>
<li>找到command.xml文件，应该是在 C:\Program Files\Microsoft IntelliType Pro\</li>
<li>编辑command.xml文件（建议之前备份），替换<strong>所有</strong> <span style="color: #0000ff;">&lt;C319 Type=&#8221;6&#8243; Activator=&#8221;ZoomIn&#8221; /&gt;</span> 为<span style="color: #0000ff;">&lt;C319 Type=&#8221;6&#8243; Activator=&#8221;<span style="color: #ff0000;">ScrollUp</span>&#8221; /&gt;</span><strong>,  所有</strong><span style="color: #0000ff;"> &lt;C320 Type=&#8221;6&#8243; Activator=&#8221;ZoomOut&#8221; /&gt; </span>替换为<strong> <span style="color: #0000ff;"><span style="font-weight: normal;">&lt;C320 Type=&#8221;6&#8243; Activator=&#8221;<span style="color: #ff0000;">ScrollDown</span>&#8221; /&gt;</span></span> </strong>用Notepad或者记事本可以实现，应该是10个左右。</li>
<li>重启电脑（貌似这一步不能省）</li>
</ol>
<p>图例：修改前</p>
<p><a href="https://coolshell.cn/wp-content/uploads/2010/02/before.png"><img decoding="async" loading="lazy" title="before" src="https://coolshell.cn/wp-content/uploads/2010/02/before.png" alt="" width="508" height="94" /></a></p>
<p><a href="https://coolshell.cn/wp-content/uploads/2010/02/before.png"></a>图例：修改后</p>
<p><a href="https://coolshell.cn/wp-content/uploads/2010/02/after.png"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-2101" title="after" src="https://coolshell.cn/wp-content/uploads/2010/02/after.png" alt="" width="556" height="79" srcset="https://coolshell.cn/wp-content/uploads/2010/02/after.png 556w, https://coolshell.cn/wp-content/uploads/2010/02/after-300x42.png 300w" sizes="(max-width: 556px) 100vw, 556px" /></a></p>
<p>这样你就可以用Zoom来替代鼠标滚轮了。<!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/2367.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/04/URL-BAR-150x150.png" alt="谷歌Chrome取消&#8221;http://&#8221;" width="150" height="150" /></a><a href="https://coolshell.cn/articles/2367.html" class="wp_rp_title">谷歌Chrome取消&#8221;http://&#8221;</a></li><li ><a href="https://coolshell.cn/articles/5224.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2011/09/image008-150x150.jpg" alt="一些文章和各种资源" width="150" height="150" /></a><a href="https://coolshell.cn/articles/5224.html" class="wp_rp_title">一些文章和各种资源</a></li><li ><a href="https://coolshell.cn/articles/8209.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2012/09/fight-150x150.jpg" alt="“单元测试要做多细？”" width="150" height="150" /></a><a href="https://coolshell.cn/articles/8209.html" class="wp_rp_title">“单元测试要做多细？”</a></li><li ><a href="https://coolshell.cn/articles/244.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/16.jpg" alt="全球IP地址数据库" width="150" height="150" /></a><a href="https://coolshell.cn/articles/244.html" class="wp_rp_title">全球IP地址数据库</a></li><li ><a href="https://coolshell.cn/articles/7992.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2012/08/cpp_small-150x150.jpg" alt="C++的坑真的多吗？" width="150" height="150" /></a><a href="https://coolshell.cn/articles/7992.html" class="wp_rp_title">C++的坑真的多吗？</a></li><li ><a href="https://coolshell.cn/articles/3801.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2011/02/passwords-150x150.png" alt="破解你的口令" width="150" height="150" /></a><a href="https://coolshell.cn/articles/3801.html" class="wp_rp_title">破解你的口令</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/2097.html">如何修改微软人体工学键盘的Zoom键</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/2097.html/feed</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
	</channel>
</rss>
