Skip to content

Commit

Permalink
Update files/zh-cn/web/api/keyboard/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Sep 30, 2024
1 parent 6d9caaa commit 5439444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/keyboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _还从其父接口 {{DOMxRef("EventTarget")}} 继承属性。_
_还从其父接口 {{DOMxRef("EventTarget")}} 继承方法。_

- {{domxref('Keyboard.getLayoutMap()')}} {{experimental_inline}}
- : 返回一个 {{jsxref('Promise')}},该实例兑现 {{domxref('KeyboardLayoutMap')}} 实例,该实例是一个类 map 对象,具有检索与特定物理键关联的字符串的功能。
- : 返回一个 {{jsxref('Promise')}},兑现 {{domxref('KeyboardLayoutMap')}} 实例,该实例是一个类 map 对象,具有检索与特定物理键关联的字符串的功能。
- {{domxref('Keyboard.lock()')}} {{experimental_inline}}
- : 启用对物理键盘上任意或所有按键的按键捕获后返回 {{jsxref('Promise')}}。
- {{domxref('Keyboard.unlock()')}} {{experimental_inline}}
Expand Down

0 comments on commit 5439444

Please sign in to comment.