MCPcopy Index your code
hub / github.com/dethcrypto/dethcode / KeyboardLayoutMap

Interface KeyboardLayoutMap

packages/entrypoint/src/index.ts:102–105  ·  view source on GitHub ↗

https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap

Source from the content-addressed store, hash-verified

100}
101/** https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap */
102interface KeyboardLayoutMap
103 extends Iterable<
104 [label: string, key: string] /* example: ['BracketRight', ']'] */
105 > {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected