MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / NavigatorKeyboard

Interface NavigatorKeyboard

packages/entrypoint/src/index.ts:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96})();
97
98interface NavigatorKeyboard {
99 getLayoutMap(): Promise<KeyboardLayoutMap>;
100}
101/** https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap */
102interface KeyboardLayoutMap
103 extends Iterable<

Callers 1

getLayoutMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected