The KeyboardLayoutMap interface of the the Keyboard API is a object with functions for retrieving the string associated with physical keys.
The KeyboardLayoutMap interface of the the Keyboard API is a object with functions for retrieving the string associated with physical keys.
(entries this)Property.
[Read Only] [Experimental]
The entries read-only property of the web.keyboard.KeyboardLayoutMap
returns an array of a given object's own enumerable property
value] pairs, in the same order as that provided by a for...in
(the difference being that a for-in loop enumerates properties
the prototype chain as well).
KeyboardLayoutMap.entries()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries
Property. [Read Only] [Experimental] The entries read-only property of the `web.keyboard.KeyboardLayoutMap` returns an array of a given object's own enumerable property value] pairs, in the same order as that provided by a `for...in` (the difference being that a for-in loop enumerates properties the prototype chain as well). `KeyboardLayoutMap.entries()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries`
(for-each this & args)Method.
[Experimental]
The forEach() method of the web.keyboard.KeyboardLayoutMap
executes a provided function once for each element of the map.
KeyboardLayoutMap.forEach(function callback(currentValue[, index[, array]]) { //your iterator }[, thisArg]);
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/forEach
Method.
[Experimental]
The forEach() method of the `web.keyboard.KeyboardLayoutMap`
executes a provided function once for each element of the map.
`KeyboardLayoutMap.forEach(function callback(currentValue[, index[, array]]) {
//your iterator
}[, thisArg]);`
See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/forEach`(get this key)Method.
[Experimental]
The get() method of the web.keyboard.KeyboardLayoutMap interface
the element with the given key.
var value = KeyboardLayoutMap.get(key)
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/get
Method. [Experimental] The get() method of the `web.keyboard.KeyboardLayoutMap` interface the element with the given key. `var value = KeyboardLayoutMap.get(key)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/get`
(has this key)Method.
[Experimental]
The has() method of the web.keyboard.KeyboardLayoutMap interface
a boolean indicating whether the object has an element with the
key.
var aBoolean = KeyboardLayoutMap.has(key)
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/has
Method. [Experimental] The has() method of the `web.keyboard.KeyboardLayoutMap` interface a boolean indicating whether the object has an element with the key. `var aBoolean = KeyboardLayoutMap.has(key)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/has`
(keys this)Property.
[Read Only] [Experimental]
The keys read-only property of the web.keyboard.KeyboardLayoutMap
returns a new object that contains the keys for each index in
array.
iterator = KeyboardLayoutMap.keys
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys
Property. [Read Only] [Experimental] The keys read-only property of the `web.keyboard.KeyboardLayoutMap` returns a new object that contains the keys for each index in array. `iterator = KeyboardLayoutMap.keys` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys`
(size this)Property.
[Read Only] [Experimental]
The size read-only property of the web.keyboard.KeyboardLayoutMap
returns the number of elements in the map.
var size = KeyboardLayoutMap.size()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size
Property. [Read Only] [Experimental] The size read-only property of the `web.keyboard.KeyboardLayoutMap` returns the number of elements in the map. `var size = KeyboardLayoutMap.size()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size`
(values this)Property.
[Read Only] [Experimental]
The values read-only property of the web.keyboard.KeyboardLayoutMap
returns a new object that contains the values for each index
the .
var iterator = KeyboardLayoutMap.values
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values
Property. [Read Only] [Experimental] The values read-only property of the `web.keyboard.KeyboardLayoutMap` returns a new object that contains the values for each index the . `var iterator = KeyboardLayoutMap.values` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |