W3cubDocs

/DOM

Keyboard.unlock

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The unlock() method of the Keyboard interface unlocks all keys captured by the Keyboard.lock() method and returns synchronously.

Syntax

Keyboard.unlock()

Parameters

None.

Return value

undefined

Specifications

Specification Status Comment
Unknown
The definition of 'Keyboard' in that specification.
Unknown Defines the Keyboard interface.
Unknown
The definition of 'unlock()' in that specification.
Unknown Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.Keyboard.unlock()" (depth: 1) to the MDN compatibility data repository.

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Keyboard/unlock