aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html')
-rw-r--r--files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html b/files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html
index 2e01b3ac1f..cec572eb6d 100644
--- a/files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html
+++ b/files/zh-cn/web/html/global_attributes/x-ms-acceleratorkey/index.html
@@ -11,13 +11,13 @@ original_slug: Web/HTML/Global_attributes/x-ms-加速装置键
---
<div>{{HTMLSidebar("Global_attributes")}}{{Non-standard_Header}}</div>
-<p><span class="seoSummary"> <code><strong>x-ms-acceleratorkey</strong></code> 属性声明 <a href="https://docs.microsoft.com/en-us/windows/uwp/design/input/keyboard-accelerators">accelerator key</a> 已经分配给一个元素: 当按下键盘上的键时,通过JavaScript激活该元素。</span></p>
+<p><span class="seoSummary"> <code><strong>x-ms-acceleratorkey</strong></code> 属性声明 <a href="https://docs.microsoft.com/en-us/windows/uwp/design/input/keyboard-accelerators">accelerator key</a> 已经分配给一个元素:当按下键盘上的键时,通过 JavaScript 激活该元素。</span></p>
-<p>{{Non-standard_Inline}} 此专有属性是特定于 Internet Explorer 和 Microsoft Edge的。</p>
+<p>{{Non-standard_Inline}} 此专有属性是特定于 Internet Explorer 和 Microsoft Edge 的。</p>
-<p>对于屏幕阅读器和其他辅助技术,<code>x-ms-acceleratorkey</code>  在可访问性树中公开一个通知,即该元素存在一个加速器键。此属性不提供加速器键行为。必须提供JavaScript事件处理程序,如<code>onkeypress</code>, <code>onkeydown</code>, 或者 <code>onkeyup</code>, 来侦听声明的加速器键并相应地激活元素。</p>
+<p>对于屏幕阅读器和其他辅助技术,<code>x-ms-acceleratorkey</code>  在可访问性树中公开一个通知,即该元素存在一个加速器键。此属性不提供加速器键行为。必须提供 JavaScript 事件处理程序,如<code>onkeypress</code>, <code>onkeydown</code>, 或者 <code>onkeyup</code>, 来侦听声明的加速器键并相应地激活元素。</p>
-<p>为下列元素提供键盘快捷方式:不需要JavaScript的,请使用 <a href="/en-US/docs/Web/HTML/Global_attributes/accesskey">the <code>accesskey</code> 属性</a>。</p>
+<p>为下列元素提供键盘快捷方式:不需要 JavaScript 的,请使用 <a href="/en-US/docs/Web/HTML/Global_attributes/accesskey">the <code>accesskey</code> 属性</a>。</p>
<h2 id="语法">语法</h2>
@@ -30,7 +30,7 @@ original_slug: Web/HTML/Global_attributes/x-ms-加速装置键
<ul>
<li><code>"Ctrl+B"</code> 的组合 <kbd>Ctrl</kbd> 和 <kbd>B</kbd> 秘钥。</li>
<li><code>"J"</code> 只是为了 <kbd>J</kbd> 钥匙。</li>
- <li><code>"Ctrl+; then K"</code> 的快捷方式,类似于 <a href="https://help.manuscript.com/7558/fogbugz-keyboard-shortcuts#For_Your_Server_or_non-Ocelot_Keyboard_Shortcuts">FogBugz的就键盘模式</a>。这种方法比较复杂,但不覆盖用户浏览器或操作系统提供的现有键盘快捷键。 </li>
+ <li><code>"Ctrl+; then K"</code> 的快捷方式,类似于 <a href="https://help.manuscript.com/7558/fogbugz-keyboard-shortcuts#For_Your_Server_or_non-Ocelot_Keyboard_Shortcuts">FogBugz 的就键盘模式</a>。这种方法比较复杂,但不覆盖用户浏览器或操作系统提供的现有键盘快捷键。 </li>
</ul>
<h2 id="另请参阅">另请参阅</h2>