x-ms-acceleratorkey - HTML: HyperText Markup Language 编辑
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The x-ms-acceleratorkey
attribute accessibly declares that an accelerator key has been assigned to an element: the element is activated via JavaScript when the key(s) are pressed on a keyboard.
This proprietary property is specific to Internet Explorer and Microsoft Edge.
x-ms-acceleratorkey
exposes a notification in the accessibility tree, for screen readers and other assistive technologies, that an accelerator key exists for that element. This attribute does not provide the accelerator key behavior. You must provide JavaScript event handlers, like onkeypress
, onkeydown
, or onkeyup
, to listen for your declared accelerator keys and activate the element accordingly.
To provide a keyboard shortcut for an element that does not need JavaScript, use the accesskey
attribute.
Syntax
<button x-ms-acceleratorkey="[explanation of key combination]">…</button>
Value
The accelerator key combination. For example:
"Ctrl+B"
for a combination of the Ctrl and B keys."J"
for just the J key."Ctrl+; then K"
for a shortcut similar to FogBugz’s old keyboard mode. This approach is more complicated, but does not override existing keyboard shortcuts provided by the user’s browser or operating system.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论